Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlregexp.h37 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr; typedef
72 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
80 XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
85 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
87 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
91 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
97 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
103 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
/external/libxml2/os400/libxmlrpg/
Dxmlregexp.rpgle25 * xmlRegExecCtxtPtr:
29 d xmlRegExecCtxtPtr...
76 d like(xmlRegExecCtxtPtr)
83 d exec value like(xmlRegExecCtxtPtr)
88 d exec value like(xmlRegExecCtxtPtr)
95 d exec value like(xmlRegExecCtxtPtr)
103 d exec value like(xmlRegExecCtxtPtr)
112 d exec value like(xmlRegExecCtxtPtr)
/external/libxml2/
DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL; in testRegexpFile()
226 xmlRegExecCtxtPtr exec; in main()
Dxmlregexp.c3145 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3161 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3222 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3261 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3561 static void testerr(xmlRegExecCtxtPtr exec);
3575 xmlRegExecCtxtPtr
3577 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3583 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3637 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3668 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlFARegExecSaveInputString()
[all …]
Drelaxng.c385 xmlRegExecCtxtPtr elem; /* the current element regexp */
388 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7959 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
8013 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8107 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8111 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8113 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8121 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8124 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8143 static xmlRegExecCtxtPtr
[all …]
Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5334 xmlRegExecCtxtPtr exec; in xmlValidateElementContent()
Dxmlschemas.c909 xmlRegExecCtxtPtr regexCtxt;
996 xmlRegExecCtxtPtr regexp;
26171 xmlSchemaVContentModelCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlSchemaVContentModelCallback()
26802 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem()
Dtestapi.c33671 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegExecCtxtPtr()
33674 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlRegExecCtxtPtr()
33686 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */ in test_xmlRegExecErrInfo()
33755 xmlRegExecCtxtPtr exec; /* a regexp execution context */ in test_xmlRegExecNextValues()
33817 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString()
33865 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString2()
/external/libxml2/doc/html/
Dindex.sgml75 <ANCHOR id="xmlRegExecCtxtPtr" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxtPtr">