Home
last modified time | relevance | path

Searched refs:xmlRegexpCompile (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
/external/libxml2/
Delfgcchack.h8230 #undef xmlRegexpCompile
8231 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_…
8233 #ifndef xmlRegexpCompile
8234 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden…
8235 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro
Dxmlregexp.c5437 xmlRegexpCompile(const xmlChar *regexp) { in xmlRegexpCompile() function
Dxmlschemas.c18714 facet->regexp = xmlRegexpCompile(facet->value); in xmlSchemaCheckFacet()