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

/external/libxml2/
H A Dxpath.c4845 return(xmlXPathFunctionLookupNS(ctxt, name, NULL));
4849 * xmlXPathFunctionLookupNS:
4860 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
13474 func = xmlXPathFunctionLookupNS(ctxt->context,
H A Delfgcchack.h16142 #undef xmlXPathFunctionLookupNS macro
16143 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
16145 #ifndef xmlXPathFunctionLookupNS
16146 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
16147 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias macro

Completed in 79 milliseconds