Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h608 XMLPUBFUN void XMLCALL xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h17234 #undef xmlXPathTranslateFunction
17235 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathT…
17237 #ifndef xmlXPathTranslateFunction
17238 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((…
17239 #define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias macro
Dxpath.c9304 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathTranslateFunction() function
15219 xmlXPathTranslateFunction); in xmlXPathRegisterAllFunctions()