Searched refs:xmlRegexpCompile (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DtestRegexp.c67 comp = xmlRegexpCompile((const xmlChar *) pattern);
74 comp = xmlRegexpCompile((const xmlChar *) expression);
368 comp = xmlRegexpCompile((const xmlChar *) pattern);
H A Delfgcchack.h8230 #undef xmlRegexpCompile macro
8231 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
8233 #ifndef xmlRegexpCompile
8234 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
8235 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro
H A Dxmlregexp.c5427 * xmlRegexpCompile:
5437 xmlRegexpCompile(const xmlChar *regexp) { function
H A Dxmlschemas.c18713 facet->regexp = xmlRegexpCompile(facet->value);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
/external/libxml2/include/libxml/
H A Dxmlregexp.h52 xmlRegexpCompile (const xmlChar *regexp);
/external/libxml2/
H A Delfgcchack.h8356 #undef xmlRegexpCompile macro
8357 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
8359 #ifndef xmlRegexpCompile
8360 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
8361 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro
H A Dxmlregexp.c5441 * xmlRegexpCompile:
5451 xmlRegexpCompile(const xmlChar *regexp) { function
H A Dxmlschemas.c18742 facet->regexp = xmlRegexpCompile(facet->value);

Completed in 1565 milliseconds