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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
352 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
374 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra)
394 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra)
416 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
426 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) {
680 static xmlRegParserCtxtPtr
682 xmlRegParserCtxtPtr ret;
684 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
711 xmlRegNewRange(xmlRegParserCtxtPtr ctx
[all...]
/external/libxml2/
H A Dxmlregexp.c238 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
356 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
378 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra)
398 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra)
420 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
430 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) {
684 static xmlRegParserCtxtPtr
686 xmlRegParserCtxtPtr ret;
688 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
715 xmlRegNewRange(xmlRegParserCtxtPtr ctx
[all...]

Completed in 40 milliseconds