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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c6116 * xmlXPathNewParserContext:
6125 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { function
14659 pctxt = xmlXPathNewParserContext(str, ctxt);
14911 ctxt = xmlXPathNewParserContext(str, ctx);
14973 pctxt = xmlXPathNewParserContext(str, ctxt);
H A Delfgcchack.h16290 #undef xmlXPathNewParserContext macro
16291 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
16293 #ifndef xmlXPathNewParserContext
16294 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
16295 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias macro

Completed in 157 milliseconds