xmlPatterncompile 7800 third_party/libxml/src/elfgcchack.h #undef xmlPatterncompile
xmlPatterncompile 7801 third_party/libxml/src/elfgcchack.h extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
xmlPatterncompile 7803 third_party/libxml/src/elfgcchack.h #ifndef xmlPatterncompile
xmlPatterncompile 7804 third_party/libxml/src/elfgcchack.h extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
xmlPatterncompile 7805 third_party/libxml/src/elfgcchack.h #define xmlPatterncompile xmlPatterncompile__internal_alias
xmlPatterncompile   53 third_party/libxml/src/include/libxml/pattern.h 			xmlPatterncompile	(const xmlChar *pattern,
xmlPatterncompile 3492 third_party/libxml/src/runtest.c 	    patternc = xmlPatterncompile((const xmlChar *) str, doc->dict,
xmlPatterncompile  403 third_party/libxml/src/schematron.c     pattern = xmlPatterncompile(context, ctxt->dict, XML_PATTERN_XPATH,
xmlPatterncompile 1843 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
xmlPatterncompile 2000 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, doc->dict,
xmlPatterncompile 3572 third_party/libxml/src/xmllint.c         patternc = xmlPatterncompile((const xmlChar *) pattern, NULL, 0, NULL);
xmlPatterncompile 3943 third_party/libxml/src/xmlreader.c     comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
xmlPatterncompile 8047 third_party/libxml/src/xmlschemas.c 	    selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
xmlPatterncompile 8050 third_party/libxml/src/xmlschemas.c 	    selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
xmlPatterncompile 14532 third_party/libxml/src/xpath.c 	stream = xmlPatterncompile(str, dict, XML_PATTERN_XPATH,