Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h601 XMLPUBFUN void XMLCALL xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs);
/external/libxml2/
Delfgcchack.h15782 #undef xmlXPathConcatFunction
15783 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatF…
15785 #ifndef xmlXPathConcatFunction
15786 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibi…
15787 #define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias macro
Dxpath.c8904 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) { in xmlXPathConcatFunction() function
15173 xmlXPathConcatFunction); in xmlXPathRegisterAllFunctions()