xmlRegexpCompile 8230 third_party/libxml/src/elfgcchack.h #undef xmlRegexpCompile
xmlRegexpCompile 8231 third_party/libxml/src/elfgcchack.h extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
xmlRegexpCompile 8233 third_party/libxml/src/elfgcchack.h #ifndef xmlRegexpCompile
xmlRegexpCompile 8234 third_party/libxml/src/elfgcchack.h extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
xmlRegexpCompile 8235 third_party/libxml/src/elfgcchack.h #define xmlRegexpCompile xmlRegexpCompile__internal_alias
xmlRegexpCompile   52 third_party/libxml/src/include/libxml/xmlregexp.h 		    xmlRegexpCompile	(const xmlChar *regexp);
xmlRegexpCompile   67 third_party/libxml/src/testRegexp.c 		comp = xmlRegexpCompile((const xmlChar *) pattern);
xmlRegexpCompile   74 third_party/libxml/src/testRegexp.c 		comp = xmlRegexpCompile((const xmlChar *) expression);
xmlRegexpCompile  368 third_party/libxml/src/testRegexp.c 			comp = xmlRegexpCompile((const xmlChar *) pattern);
xmlRegexpCompile 18713 third_party/libxml/src/xmlschemas.c             facet->regexp = xmlRegexpCompile(facet->value);