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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c14675 * xmlXPathCompile:
14684 xmlXPathCompile(const xmlChar *str) { function
H A Delfgcchack.h15746 #undef xmlXPathCompile macro
15747 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
15749 #ifndef xmlXPathCompile
15750 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
15751 #define xmlXPathCompile xmlXPathCompile__internal_alias macro
/external/libxml2/
H A Dxpath.c14746 * xmlXPathCompile:
14755 xmlXPathCompile(const xmlChar *str) { function
H A Delfgcchack.h15746 #undef xmlXPathCompile macro
15747 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
15749 #ifndef xmlXPathCompile
15750 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
15751 #define xmlXPathCompile xmlXPathCompile__internal_alias macro

Completed in 311 milliseconds