Searched defs:xmlRegexpCompile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c5427 * xmlRegexpCompile:
5437 xmlRegexpCompile(const xmlChar *regexp) { function
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
/external/libxml2/
H A Dxmlregexp.c5441 * xmlRegexpCompile:
5451 xmlRegexpCompile(const xmlChar *regexp) { function
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

Completed in 229 milliseconds