Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h555 XMLPUBFUN void XMLCALL xmlXPathMultValues(xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h16310 #undef xmlXPathMultValues
16311 extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__int…
16313 #ifndef xmlXPathMultValues
16314 extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hi…
16315 #define xmlXPathMultValues xmlXPathMultValues__internal_alias macro
Dxpath.c7445 xmlXPathMultValues(xmlXPathParserContextPtr ctxt) { in xmlXPathMultValues() function
13322 xmlXPathMultValues(ctxt); in xmlXPathCompOpEval()