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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c234 typedef xmlRegParserCtxt *xmlRegParserCtxtPtr; typedef
348 static void xmlFAParseRegExp(xmlRegParserCtxtPtr ctxt, int top);
368 xmlRegexpErrMemory(xmlRegParserCtxtPtr ctxt, const char *extra)
388 xmlRegexpErrCompile(xmlRegParserCtxtPtr ctxt, const char *extra)
410 static int xmlFAComputesDeterminism(xmlRegParserCtxtPtr ctxt);
420 xmlRegEpxFromParse(xmlRegParserCtxtPtr ctxt) {
673 static xmlRegParserCtxtPtr
675 xmlRegParserCtxtPtr ret;
677 ret = (xmlRegParserCtxtPtr) xmlMalloc(sizeof(xmlRegParserCtxt));
704 xmlRegNewRange(xmlRegParserCtxtPtr ctx
[all...]

Completed in 48 milliseconds