xmlRegexpPtr      632 third_party/libxml/src/include/libxml/schemasInternals.h     xmlRegexpPtr contModel; /* Holds the automaton of the content model */
xmlRegexpPtr      789 third_party/libxml/src/include/libxml/schemasInternals.h     xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
xmlRegexpPtr      833 third_party/libxml/src/include/libxml/schemasInternals.h     xmlRegexpPtr    regexp; /* The regex for patterns */
xmlRegexpPtr      323 third_party/libxml/src/include/libxml/tree.h     xmlRegexpPtr       contModel;	/* the validating regexp */
xmlRegexpPtr      134 third_party/libxml/src/include/libxml/xmlautomata.h XMLPUBFUN xmlRegexpPtr XMLCALL		
xmlRegexpPtr       51 third_party/libxml/src/include/libxml/xmlregexp.h XMLPUBFUN xmlRegexpPtr XMLCALL
xmlRegexpPtr       53 third_party/libxml/src/include/libxml/xmlregexp.h XMLPUBFUN void XMLCALL			 xmlRegFreeRegexp(xmlRegexpPtr regexp);
xmlRegexpPtr       55 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegexpExec	(xmlRegexpPtr comp,
xmlRegexpPtr       59 third_party/libxml/src/include/libxml/xmlregexp.h 					 xmlRegexpPtr regexp);
xmlRegexpPtr       61 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegexpIsDeterminist(xmlRegexpPtr comp);
xmlRegexpPtr       81 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegNewExecCtxt	(xmlRegexpPtr comp,
xmlRegexpPtr      169 third_party/libxml/src/relaxng.c     xmlRegexpPtr contModel;     /* a compiled content model if available */
xmlRegexpPtr     7971 third_party/libxml/src/relaxng.c                                   xmlRegexpPtr regexp, xmlNodePtr content)
xmlRegexpPtr       38 third_party/libxml/src/testAutomata.c     xmlRegexpPtr regexp = NULL;
xmlRegexpPtr      225 third_party/libxml/src/testAutomata.c 	xmlRegexpPtr regexp;
xmlRegexpPtr       19 third_party/libxml/src/testRegexp.c static void testRegexp(xmlRegexpPtr comp, const char *value) {
xmlRegexpPtr       38 third_party/libxml/src/testRegexp.c     xmlRegexpPtr comp = NULL;
xmlRegexpPtr      271 third_party/libxml/src/testRegexp.c     xmlRegexpPtr comp = NULL;
xmlRegexpPtr     33461 third_party/libxml/src/testapi.c static xmlRegexpPtr gen_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlRegexpPtr     33464 third_party/libxml/src/testapi.c static void des_xmlRegexpPtr(int no ATTRIBUTE_UNUSED, xmlRegexpPtr val ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) {
xmlRegexpPtr     33496 third_party/libxml/src/testapi.c     xmlRegexpPtr comp; /* the compiled regular expression */
xmlRegexpPtr     33537 third_party/libxml/src/testapi.c     xmlRegexpPtr comp; /* the compiled regular expression */
xmlRegexpPtr     33572 third_party/libxml/src/testapi.c     xmlRegexpPtr regexp; /* the compiled regexp */
xmlRegexpPtr      309 third_party/libxml/src/xmlregexp.c     xmlRegexpPtr comp;	/* the compiled regexp */
xmlRegexpPtr      425 third_party/libxml/src/xmlregexp.c static xmlRegexpPtr
xmlRegexpPtr      427 third_party/libxml/src/xmlregexp.c     xmlRegexpPtr ret;
xmlRegexpPtr      429 third_party/libxml/src/xmlregexp.c     ret = (xmlRegexpPtr) xmlMalloc(sizeof(xmlRegexp));
xmlRegexpPtr     3174 third_party/libxml/src/xmlregexp.c xmlFARegExec(xmlRegexpPtr comp, const xmlChar *content) {
xmlRegexpPtr     3489 third_party/libxml/src/xmlregexp.c xmlRegNewExecCtxt(xmlRegexpPtr comp, xmlRegExecCallbacks callback, void *data) {
xmlRegexpPtr     3679 third_party/libxml/src/xmlregexp.c 	                xmlRegexpPtr comp,
xmlRegexpPtr     4210 third_party/libxml/src/xmlregexp.c         xmlRegexpPtr comp;
xmlRegexpPtr     5397 third_party/libxml/src/xmlregexp.c xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
xmlRegexpPtr     5436 third_party/libxml/src/xmlregexp.c xmlRegexpPtr
xmlRegexpPtr     5438 third_party/libxml/src/xmlregexp.c     xmlRegexpPtr ret;
xmlRegexpPtr     5486 third_party/libxml/src/xmlregexp.c xmlRegexpExec(xmlRegexpPtr comp, const xmlChar *content) {
xmlRegexpPtr     5501 third_party/libxml/src/xmlregexp.c xmlRegexpIsDeterminist(xmlRegexpPtr comp) {
xmlRegexpPtr     5539 third_party/libxml/src/xmlregexp.c xmlRegFreeRegexp(xmlRegexpPtr regexp) {
xmlRegexpPtr     6274 third_party/libxml/src/xmlregexp.c xmlRegexpPtr          
xmlRegexpPtr     6276 third_party/libxml/src/xmlregexp.c     xmlRegexpPtr ret;