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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c14637 * xmlXPathCtxtCompile:
14647 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { function
14713 return(xmlXPathCtxtCompile(NULL, str));
H A Delfgcchack.h15750 #undef xmlXPathCtxtCompile macro
15751 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
15753 #ifndef xmlXPathCtxtCompile
15754 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
15755 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias macro

Completed in 96 milliseconds