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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c6376 ret = xmlXPathCompareValues(ctxt, inf, strict);
6430 ret = xmlXPathCompareValues(ctxt, inf, strict);
6583 return(xmlXPathCompareValues(ctxt, inf, strict));
7181 * xmlXPathCompareValues:
7205 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { function
13217 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
H A Delfgcchack.h15734 #undef xmlXPathCompareValues macro
15735 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
15737 #ifndef xmlXPathCompareValues
15738 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
15739 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro
/external/libxml2/
H A Dxpath.c6421 ret = xmlXPathCompareValues(ctxt, inf, strict);
6475 ret = xmlXPathCompareValues(ctxt, inf, strict);
6628 return(xmlXPathCompareValues(ctxt, inf, strict));
7226 * xmlXPathCompareValues:
7250 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { function
13279 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);
H A Delfgcchack.h15734 #undef xmlXPathCompareValues macro
15735 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
15737 #ifndef xmlXPathCompareValues
15738 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
15739 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro

Completed in 163 milliseconds