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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DxpathInternals.h551 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c6093 ret = xmlXPathCompareValues(ctxt, inf, strict);
6147 ret = xmlXPathCompareValues(ctxt, inf, strict);
6300 return(xmlXPathCompareValues(ctxt, inf, strict));
6898 * xmlXPathCompareValues:
6922 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { function
12813 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
H A Delfgcchack.h15574 #undef xmlXPathCompareValues macro
15575 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
15577 #ifndef xmlXPathCompareValues
15578 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
15579 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro

Completed in 112 milliseconds