Home
last modified time | relevance | path

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

/third_party/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,
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlregexp.in.h66 typedef xmlRegExecCtxt *xmlRegExecCtxtPtr; typedef
101 typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
109 XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
114 xmlRegFreeExecCtxt (xmlRegExecCtxtPtr exec);
116 xmlRegExecPushString(xmlRegExecCtxtPtr exec,
120 xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
126 xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
132 xmlRegExecErrInfo (xmlRegExecCtxtPtr exec,
Dxmlregexp.c3109 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3125 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3186 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3225 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3525 static void testerr(xmlRegExecCtxtPtr exec);
3539 xmlRegExecCtxtPtr
3541 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3547 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3601 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3632 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value, in xmlFARegExecSaveInputString()
[all …]
Drelaxng.c414 xmlRegExecCtxtPtr elem; /* the current element regexp */
417 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7981 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
8035 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8129 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8133 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8135 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8143 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8146 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8165 static xmlRegExecCtxtPtr
[all …]
Dvalid.c298 xmlRegExecCtxtPtr exec; /* regexp runtime */
5320 xmlRegExecCtxtPtr exec; in xmlValidateElementContent()
Dxmlschemas.c937 xmlRegExecCtxtPtr regexCtxt;
1024 xmlRegExecCtxtPtr regexp;
26018 xmlSchemaVContentModelCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlSchemaVContentModelCallback()
26649 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem()
/third_party/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)
/third_party/libxml2/
DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL; in testRegexpFile()
226 xmlRegExecCtxtPtr exec; in main()
Dxmlregexp.c3152 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) { in xmlFARegDebugExec()
3168 xmlFARegExecSave(xmlRegExecCtxtPtr exec) { in xmlFARegExecSave()
3229 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) { in xmlFARegExecRollBack()
3268 xmlRegExecCtxtPtr exec = &execval; in xmlFARegExec()
3568 static void testerr(xmlRegExecCtxtPtr exec);
3582 xmlRegExecCtxtPtr
3584 xmlRegExecCtxtPtr exec; in xmlRegNewExecCtxt()
3590 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt)); in xmlRegNewExecCtxt()
3644 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) { in xmlRegFreeExecCtxt()
3675 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 */
7961 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlRelaxNGValidateCompiledCallback()
8015 xmlRegExecCtxtPtr exec; in xmlRelaxNGValidateCompiledContent()
8109 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec) in xmlRelaxNGElemPush()
8113 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax * in xmlRelaxNGElemPush()
8115 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8123 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab, in xmlRelaxNGElemPush()
8126 (xmlRegExecCtxtPtr)); in xmlRelaxNGElemPush()
8145 static xmlRegExecCtxtPtr
[all …]
Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5356 xmlRegExecCtxtPtr exec; in xmlValidateElementContent()
Dxmlschemas.c909 xmlRegExecCtxtPtr regexCtxt;
996 xmlRegExecCtxtPtr regexp;
26188 xmlSchemaVContentModelCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED, in xmlSchemaVContentModelCallback()
26819 xmlRegExecCtxtPtr regexCtxt; in xmlSchemaValidateChildElem()
Dtestapi.c33673 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlRegExecCtxtPtr()
33676 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, … in des_xmlRegExecCtxtPtr()
33688 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */ in test_xmlRegExecErrInfo()
33757 xmlRegExecCtxtPtr exec; /* a regexp execution context */ in test_xmlRegExecNextValues()
33819 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString()
33867 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */ in test_xmlRegExecPushString2()
/third_party/libxml2/doc/html/
Dindex.sgml75 <ANCHOR id="xmlRegExecCtxtPtr" href="libxml/libxml-xmlregexp.html#xmlRegExecCtxtPtr">
/third_party/chromium/patch/
D0001-cve.patch131457 -static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
131460 -static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED,…