Home
last modified time | relevance | path

Searched refs:xmlXPathFunctionLookupNS (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h454 xmlXPathFunctionLookupNS (xmlXPathContextPtr ctxt,
/external/libxslt/libxslt/
Dfunctions.c902 if (xmlXPathFunctionLookupNS(ctxt->context, name, nsURI) != NULL) { in xsltFunctionAvailableFunction()
/external/libxml2/
Delfgcchack.h16142 #undef xmlXPathFunctionLookupNS
16143 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFun…
16145 #ifndef xmlXPathFunctionLookupNS
16146 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((vi…
16147 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias macro
Dxpath.c4845 return(xmlXPathFunctionLookupNS(ctxt, name, NULL)); in xmlXPathFunctionLookup()
4860 xmlXPathFunctionLookupNS(xmlXPathContextPtr ctxt, const xmlChar *name, in xmlXPathFunctionLookupNS() function
13474 func = xmlXPathFunctionLookupNS(ctxt->context, in xmlXPathCompOpEval()