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

/external/libxml2/
H A Dxpath.c6089 * xmlXPathNewParserContext:
6098 xmlXPathNewParserContext(const xmlChar *str, xmlXPathContextPtr ctxt) { function
14614 pctxt = xmlXPathNewParserContext(str, ctxt);
14866 ctxt = xmlXPathNewParserContext(str, ctx);
14928 pctxt = xmlXPathNewParserContext(str, ctxt);
H A Delfgcchack.h16394 #undef xmlXPathNewParserContext macro
16395 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
16397 #ifndef xmlXPathNewParserContext
16398 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
16399 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias macro

Completed in 119 milliseconds