Searched refs:xmlXPathCompareValues (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 551 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
|
/external/libxml2/ |
D | xpath.c | 6421 ret = xmlXPathCompareValues(ctxt, inf, strict); in xmlXPathCompareNodeSetFloat() 6475 ret = xmlXPathCompareValues(ctxt, inf, strict); in xmlXPathCompareNodeSetString() 6628 return(xmlXPathCompareValues(ctxt, inf, strict)); in xmlXPathCompareNodeSetValue() 7250 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) { in xmlXPathCompareValues() function 13279 ret = xmlXPathCompareValues(ctxt, op->value, op->value2); in xmlXPathCompOpEval()
|
D | elfgcchack.h | 15734 #undef xmlXPathCompareValues 15735 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareVa… 15737 #ifndef xmlXPathCompareValues 15738 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibili… 15739 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias macro
|