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

/external/libxml2/include/libxml/
H A DxpathInternals.h557 XMLPUBFUN void XMLCALL xmlXPathModValues(xmlXPathParserContextPtr ctxt);
/external/libxml2/
H A Delfgcchack.h16298 #undef xmlXPathModValues macro
16299 extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
16301 #ifndef xmlXPathModValues
16302 extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
16303 #define xmlXPathModValues xmlXPathModValues__internal_alias macro
H A Dxpath.c7501 * xmlXPathModValues:
7509 xmlXPathModValues(xmlXPathParserContextPtr ctxt) { function
13326 xmlXPathModValues(ctxt);

Completed in 61 milliseconds