Searched defs:xmlXPathCompareValues (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c6402 ret = xmlXPathCompareValues(ctxt, inf, strict);
6456 ret = xmlXPathCompareValues(ctxt, inf, strict);
6609 return(xmlXPathCompareValues(ctxt, inf, strict));
7207 * xmlXPathCompareValues:
7231 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { function
13237 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
H A Delfgcchack.h15618 #undef xmlXPathCompareValues macro
15619 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
15621 #ifndef xmlXPathCompareValues
15622 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
15623 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro

Completed in 93 milliseconds