Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.c267 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
385 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
407 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrMemory()
427 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra) in xmlRegexpErrCompile()
449 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
459 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) { in xmlRegEpxFromParse()
713 static xmlRegParserCtxtPtr
715 xmlRegParserCtxtPtr ret; in xmlRegNewParserCtxt()
717 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt)); in xmlRegNewParserCtxt()
744 xmlRegNewRange(xmlRegParserCtxtPtr ctxt, in xmlRegNewRange()
[all …]