Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathCompareValues

6421 		 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) {
13279 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);