Searched refs:xmlXPathNsLookup (Results 1 – 3 of 3) sorted by relevance
427 xmlXPathNsLookup (xmlXPathContextPtr ctxt,
5027 xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { in xmlXPathNsLookup() function11013 *prefix = xmlXPathNsLookup(ctxt->context, name); in xmlXPathCompNodeTest()11230 if (xmlXPathNsLookup(ctxt->context, prefix) == NULL) { in xmlXPathCompStep()11935 URI = xmlXPathNsLookup(xpctxt, prefix); in xmlXPathNodeCollectAndTest()13299 URI = xmlXPathNsLookup(ctxt->context, op->value5); in xmlXPathCompOpEval()13347 URI = xmlXPathNsLookup(ctxt->context, op->value5); in xmlXPathCompOpEval()
16686 #undef xmlXPathNsLookup16687 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_…16689 #ifndef xmlXPathNsLookup16690 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden…16691 #define xmlXPathNsLookup xmlXPathNsLookup__internal_alias macro