Searched refs:xmlRegexpCompile (Results 1 – 4 of 4) sorted by relevance
52 xmlRegexpCompile (const xmlChar *regexp);
8230 #undef xmlRegexpCompile8231 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_…8233 #ifndef xmlRegexpCompile8234 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden…8235 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro
5437 xmlRegexpCompile(const xmlChar *regexp) { in xmlRegexpCompile() function
18714 facet->regexp = xmlRegexpCompile(facet->value); in xmlSchemaCheckFacet()