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

/external/chromium_org/third_party/libxml/src/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/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/chromium_org/third_party/libxml/src/
H A DtestAutomata.c39 xmlRegExecCtxtPtr exec = NULL;
226 xmlRegExecCtxtPtr exec;
H A Dxmlregexp.c3062 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) {
3078 xmlFARegExecSave(xmlRegExecCtxtPtr exec) {
3139 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) {
3176 xmlRegExecCtxtPtr exec = &execval;
3474 static void testerr(xmlRegExecCtxtPtr exec);
3488 xmlRegExecCtxtPtr
3490 xmlRegExecCtxtPtr exec;
3496 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
3550 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) {
3581 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exe
[all...]
H A Drelaxng.c383 xmlRegExecCtxtPtr elem; /* the current element regexp */
386 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7919 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
7973 xmlRegExecCtxtPtr exec;
8067 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec)
8071 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
8073 (xmlRegExecCtxtPtr));
8081 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab,
8084 (xmlRegExecCtxtPtr));
8103 static xmlRegExecCtxtPtr
[all...]
H A Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5251 xmlRegExecCtxtPtr exec;
H A Dtestapi.c33217 static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33220 static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
33232 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
33301 xmlRegExecCtxtPtr exec; /* a regexp execution context */
33363 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33411 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
[all...]
H A Dxmlschemas.c900 xmlRegExecCtxtPtr regexCtxt;
986 xmlRegExecCtxtPtr regexp;
26530 xmlRegExecCtxtPtr regexCtxt;
/external/libxml2/
H A Dxmlregexp.c3070 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) {
3086 xmlFARegExecSave(xmlRegExecCtxtPtr exec) {
3147 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) {
3184 xmlRegExecCtxtPtr exec = &execval;
3484 static void testerr(xmlRegExecCtxtPtr exec);
3498 xmlRegExecCtxtPtr
3500 xmlRegExecCtxtPtr exec;
3506 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
3560 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) {
3591 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exe
[all...]
H A Drelaxng.c384 xmlRegExecCtxtPtr elem; /* the current element regexp */
387 xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
7920 xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
7974 xmlRegExecCtxtPtr exec;
8068 xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec)
8072 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
8074 (xmlRegExecCtxtPtr));
8082 ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab,
8085 (xmlRegExecCtxtPtr));
8104 static xmlRegExecCtxtPtr
[all...]
H A Dvalid.c269 xmlRegExecCtxtPtr exec; /* regexp runtime */
5251 xmlRegExecCtxtPtr exec;
H A Dxmlschemas.c900 xmlRegExecCtxtPtr regexCtxt;
987 xmlRegExecCtxtPtr regexp;
26576 xmlRegExecCtxtPtr regexCtxt;

Completed in 857 milliseconds