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.c3080 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3096 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3157 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3196 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3496 static void testerr(xmlRegExecCtxtPtr exec);
3510 xmlRegExecCtxtPtr
3512 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3518 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3572 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3603 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 */
7952 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
8006 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8100 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8104 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8106 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8114 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8117 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8136 static xmlRegExecCtxtPtr
[all …]
Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5291 xmlRegExecCtxtPtr exec; in xmlValidateElementContent()
Dxmlschemas.c908 xmlRegExecCtxtPtr regexCtxt;
995 xmlRegExecCtxtPtr regexp;
25989 xmlSchemaVContentModelCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlSchemaVContentModelCallback()
26620 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem()
Dtestapi.c33670 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegExecCtxtPtr()
33673 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlRegExecCtxtPtr()
33685 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */ in test_xmlRegExecErrInfo()
33754 xmlRegExecCtxtPtr exec; /* a regexp execution context */ in test_xmlRegExecNextValues()
33816 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString()
33864 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">