Home
last modified time | relevance | path

Searched refs:xmlRegParserCtxtPtr (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlregexp.c238 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
356 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
378 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrMemory()
398 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
420 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
430 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
684 static xmlRegParserCtxtPtr
686 xmlRegParserCtxtPtr ret; in xmlRegNewParserCtxt()
688 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
715 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
[all …]