Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlregexp.c244 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
364 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
386 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrMemory()
406 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
428 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
464 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
716 static xmlRegParserCtxtPtr
718 xmlRegParserCtxtPtr ret; in xmlRegNewParserCtxt()
720 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
747 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
[all …]