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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4978 return(xmlXPathVariableLookupNS(ctxt, name, NULL));
4982 * xmlXPathVariableLookupNS:
4993 xmlXPathVariableLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
13377 val = xmlXPathVariableLookupNS(ctxt->context,
H A Delfgcchack.h17166 #undef xmlXPathVariableLookupNS macro
17167 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
17169 #ifndef xmlXPathVariableLookupNS
17170 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
17171 #define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias macro

Completed in 116 milliseconds