Home
last modified time | relevance | path

Searched refs:xmlXPathFunctionLookup (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DxpathInternals.h451 xmlXPathFunctionLookup (xmlXPathContextPtr ctxt,
/external/libxml2/
Delfgcchack.h16130 #undef xmlXPathFunctionLookup
16131 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctio…
16133 #ifndef xmlXPathFunctionLookup
16134 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibi…
16135 #define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias macro
Dxpath.c4832 xmlXPathFunctionLookup(xmlXPathContextPtr ctxt, const xmlChar *name) { in xmlXPathFunctionLookup() function
13462 xmlXPathFunctionLookup(ctxt->context, in xmlXPathCompOpEval()