Home
last modified time | relevance | path

Searched refs:xmlXPathVariableLookup (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h460 xmlXPathVariableLookup (xmlXPathContextPtr ctxt,
/external/libxml2/
Delfgcchack.h17154 #undef xmlXPathVariableLookup
17155 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariabl…
17157 #ifndef xmlXPathVariableLookup
17158 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibi…
17159 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias macro
Dxpath.c4923 xmlXPathVariableLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathVariableLookup() function
13290 val = xmlXPathVariableLookup(ctxt->context, op->value4); in xmlXPathCompOpEval()