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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c14703 * xmlXPathCompile:
14712 xmlXPathCompile(const xmlChar *str) { function
H A Delfgcchack.h15630 #undef xmlXPathCompile macro
15631 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
15633 #ifndef xmlXPathCompile
15634 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
15635 #define xmlXPathCompile xmlXPathCompile__internal_alias macro

Completed in 137 milliseconds