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.c3075 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3091 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3152 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3191 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3491 static void testerr(xmlRegExecCtxtPtr exec);
3505 xmlRegExecCtxtPtr
3507 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3513 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3567 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3598 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlFARegExecSaveInputString()
[all …]
Drelaxng.c384 xmlRegExecCtxtPtr elem; /* the current element regexp */
387 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7929 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
7983 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8077 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8081 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8083 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8091 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8094 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8113 static xmlRegExecCtxtPtr
[all …]
Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5252 xmlRegExecCtxtPtr exec; in xmlValidateElementContent()
Dtestapi.c33508 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegExecCtxtPtr()
33511 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlRegExecCtxtPtr()
33523 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */ in test_xmlRegExecErrInfo()
33592 xmlRegExecCtxtPtr exec; /* a regexp execution context */ in test_xmlRegExecNextValues()
33654 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString()
33702 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString2()
Dxmlschemas.c900 xmlRegExecCtxtPtr regexCtxt;
987 xmlRegExecCtxtPtr regexp;
26591 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem()
/external/libxml2/doc/html/
Dindex.sgml75 <ANCHOR id="xmlRegExecCtxtPtr" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxtPtr">