Searched refs:xmlXPathFunctionLookupNS (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DxpathInternals.h454 xmlXPathFunctionLookupNS (xmlXPathContextPtr ctxt,
/vbox/src/libs/libxml2-2.6.31/
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
H A Dxpath.c4828 return(xmlXPathFunctionLookupNS(ctxt, name, NULL));
4832 * xmlXPathFunctionLookupNS:
4843 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, function
13431 func = xmlXPathFunctionLookupNS(ctxt->context,

Completed in 123 milliseconds