Searched refs:xmlXPathVariableLookup (Results 1 – 3 of 3) sorted by relevance
460 xmlXPathVariableLookup (xmlXPathContextPtr ctxt,
17270 #undef xmlXPathVariableLookup17271 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariabl…17273 #ifndef xmlXPathVariableLookup17274 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibi…17275 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias macro
4984 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup() function13402 val = xmlXPathVariableLookup(ctxt->context, op->value4); in xmlXPathCompOpEval()