Searched refs:xmlXPathVariableLookup (Results 1 – 3 of 3) sorted by relevance
460 xmlXPathVariableLookup (xmlXPathContextPtr ctxt,
17154 #undef xmlXPathVariableLookup17155 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariabl…17157 #ifndef xmlXPathVariableLookup17158 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibi…17159 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias macro
4923 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup() function13290 val = xmlXPathVariableLookup(ctxt->context, op->value4); in xmlXPathCompOpEval()