xmlRegExecCtxtPtr   72 third_party/libxml/src/include/libxml/xmlregexp.h typedef void (*xmlRegExecCallbacks) (xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr   80 third_party/libxml/src/include/libxml/xmlregexp.h XMLPUBFUN xmlRegExecCtxtPtr XMLCALL
xmlRegExecCtxtPtr   85 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegFreeExecCtxt	(xmlRegExecCtxtPtr exec);
xmlRegExecCtxtPtr   87 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegExecPushString(xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr   91 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegExecPushString2(xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr   97 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegExecNextValues(xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr  103 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegExecErrInfo	(xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr  383 third_party/libxml/src/relaxng.c     xmlRegExecCtxtPtr elem;     /* the current element regexp */
xmlRegExecCtxtPtr  386 third_party/libxml/src/relaxng.c     xmlRegExecCtxtPtr *elemTab; /* the stack of regexp runtime */
xmlRegExecCtxtPtr 7919 third_party/libxml/src/relaxng.c xmlRelaxNGValidateCompiledCallback(xmlRegExecCtxtPtr exec ATTRIBUTE_UNUSED,
xmlRegExecCtxtPtr 7973 third_party/libxml/src/relaxng.c     xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 8067 third_party/libxml/src/relaxng.c xmlRelaxNGElemPush(xmlRelaxNGValidCtxtPtr ctxt, xmlRegExecCtxtPtr exec)
xmlRegExecCtxtPtr 8071 third_party/libxml/src/relaxng.c         ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlMalloc(ctxt->elemMax *
xmlRegExecCtxtPtr 8073 third_party/libxml/src/relaxng.c                                                         (xmlRegExecCtxtPtr));
xmlRegExecCtxtPtr 8081 third_party/libxml/src/relaxng.c         ctxt->elemTab = (xmlRegExecCtxtPtr *) xmlRealloc(ctxt->elemTab,
xmlRegExecCtxtPtr 8084 third_party/libxml/src/relaxng.c                                                          (xmlRegExecCtxtPtr));
xmlRegExecCtxtPtr 8103 third_party/libxml/src/relaxng.c static xmlRegExecCtxtPtr
xmlRegExecCtxtPtr 8106 third_party/libxml/src/relaxng.c     xmlRegExecCtxtPtr ret;
xmlRegExecCtxtPtr 8131 third_party/libxml/src/relaxng.c xmlRelaxNGValidateProgressiveCallback(xmlRegExecCtxtPtr exec
xmlRegExecCtxtPtr 8292 third_party/libxml/src/relaxng.c         xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 8404 third_party/libxml/src/relaxng.c     xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 10886 third_party/libxml/src/relaxng.c         xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr   39 third_party/libxml/src/testAutomata.c     xmlRegExecCtxtPtr exec = NULL;
xmlRegExecCtxtPtr  226 third_party/libxml/src/testAutomata.c 	xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 33217 third_party/libxml/src/testapi.c static xmlRegExecCtxtPtr gen_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlRegExecCtxtPtr 33220 third_party/libxml/src/testapi.c static void des_xmlRegExecCtxtPtr(int no ATTRIBUTE_UNUSED, xmlRegExecCtxtPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlRegExecCtxtPtr 33232 third_party/libxml/src/testapi.c     xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
xmlRegExecCtxtPtr 33301 third_party/libxml/src/testapi.c     xmlRegExecCtxtPtr exec; /* a regexp execution context */
xmlRegExecCtxtPtr 33363 third_party/libxml/src/testapi.c     xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
xmlRegExecCtxtPtr 33411 third_party/libxml/src/testapi.c     xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
xmlRegExecCtxtPtr  269 third_party/libxml/src/valid.c     xmlRegExecCtxtPtr    exec;		/* regexp runtime */
xmlRegExecCtxtPtr 5251 third_party/libxml/src/valid.c 	xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 3062 third_party/libxml/src/xmlregexp.c xmlFARegDebugExec(xmlRegExecCtxtPtr exec) {
xmlRegExecCtxtPtr 3078 third_party/libxml/src/xmlregexp.c xmlFARegExecSave(xmlRegExecCtxtPtr exec) {
xmlRegExecCtxtPtr 3139 third_party/libxml/src/xmlregexp.c xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) {
xmlRegExecCtxtPtr 3176 third_party/libxml/src/xmlregexp.c     xmlRegExecCtxtPtr exec = &execval;
xmlRegExecCtxtPtr 3474 third_party/libxml/src/xmlregexp.c static void testerr(xmlRegExecCtxtPtr exec);
xmlRegExecCtxtPtr 3488 third_party/libxml/src/xmlregexp.c xmlRegExecCtxtPtr
xmlRegExecCtxtPtr 3490 third_party/libxml/src/xmlregexp.c     xmlRegExecCtxtPtr exec;
xmlRegExecCtxtPtr 3496 third_party/libxml/src/xmlregexp.c     exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
xmlRegExecCtxtPtr 3550 third_party/libxml/src/xmlregexp.c xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) {
xmlRegExecCtxtPtr 3581 third_party/libxml/src/xmlregexp.c xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlRegExecCtxtPtr 3678 third_party/libxml/src/xmlregexp.c xmlRegCompactPushString(xmlRegExecCtxtPtr exec,
xmlRegExecCtxtPtr 3761 third_party/libxml/src/xmlregexp.c xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlRegExecCtxtPtr 4120 third_party/libxml/src/xmlregexp.c xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlRegExecCtxtPtr 4138 third_party/libxml/src/xmlregexp.c xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
xmlRegExecCtxtPtr 4196 third_party/libxml/src/xmlregexp.c xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err,
xmlRegExecCtxtPtr 4359 third_party/libxml/src/xmlregexp.c xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
xmlRegExecCtxtPtr 4384 third_party/libxml/src/xmlregexp.c xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string,
xmlRegExecCtxtPtr 4398 third_party/libxml/src/xmlregexp.c static void testerr(xmlRegExecCtxtPtr exec) {
xmlRegExecCtxtPtr 4410 third_party/libxml/src/xmlregexp.c xmlRegExecPushChar(xmlRegExecCtxtPtr exec, int UCS) {
xmlRegExecCtxtPtr  900 third_party/libxml/src/xmlschemas.c     xmlRegExecCtxtPtr regexCtxt;
xmlRegExecCtxtPtr  986 third_party/libxml/src/xmlschemas.c     xmlRegExecCtxtPtr regexp;
xmlRegExecCtxtPtr 26530 third_party/libxml/src/xmlschemas.c 	    xmlRegExecCtxtPtr regexCtxt;