Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DxpathInternals.h557 XMLPUBFUN void XMLCALL xmlXPathModValues(xmlXPathParserContextPtr ctxt);
/external/libxml2/
Delfgcchack.h16298 #undef xmlXPathModValues
16299 extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__intern…
16301 #ifndef xmlXPathModValues
16302 extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidd…
16303 #define xmlXPathModValues xmlXPathModValues__internal_alias macro
Dxpath.c7509 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { in xmlXPathModValues() function
13326 xmlXPathModValues(ctxt); in xmlXPathCompOpEval()