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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c5419 * xmlRegexpCompile:
5429 xmlRegexpCompile(const xmlChar *regexp) { function
H A Delfgcchack.h8150 #undef xmlRegexpCompile macro
8151 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
8153 #ifndef xmlRegexpCompile
8154 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
8155 #define xmlRegexpCompile xmlRegexpCompile__internal_alias macro

Completed in 108 milliseconds