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

/external/libxml2/include/libxml/
H A Dxmlregexp.h32 * xmlRegExecCtxtPtr:
37 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/
H A DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL;
226 xmlRegExecCtxtPtr exec;
H A Dxmlregexp.c3070 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) {
3086 xmlFARegExecSave(xmlRegExecCtxtPtr exec) {
3147 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) {
3186 xmlRegExecCtxtPtr exec = &execval;
3486 static void testerr(xmlRegExecCtxtPtr exec);
3500 xmlRegExecCtxtPtr
3502 xmlRegExecCtxtPtr exec;
3508 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
3562 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) {
3593 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exe
[all...]
H A Drelaxng.c384 xmlRegExecCtxtPtr elem; /* the current element regexp */
387 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7923 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
7977 xmlRegExecCtxtPtr exec;
8071 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec)
8075 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
8077 (xmlRegExecCtxtPtr));
8085 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab,
8088 (xmlRegExecCtxtPtr));
8107 static xmlRegExecCtxtPtr
[all...]
H A Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5250 xmlRegExecCtxtPtr exec;
H A Dtestapi.c33508 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33511 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33523 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
33592 xmlRegExecCtxtPtr exec; /* a regexp execution context */
33654 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33702 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
[all...]
H A Dxmlschemas.c900 xmlRegExecCtxtPtr regexCtxt;
987 xmlRegExecCtxtPtr regexp;
26578 xmlRegExecCtxtPtr regexCtxt;

Completed in 431 milliseconds