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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c4828 return(xmlXPathFunctionLookupNS(ctxt, name, NULL));
4832 * xmlXPathFunctionLookupNS:
4843 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
13431 func = xmlXPathFunctionLookupNS(ctxt->context,
H A Delfgcchack.h16026 #undef xmlXPathFunctionLookupNS macro
16027 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
16029 #ifndef xmlXPathFunctionLookupNS
16030 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
16031 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias macro

Completed in 104 milliseconds