Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlXPathCompareValues

6374 		 ret = xmlXPathCompareValues(ctxt, inf, strict);
6428 ret = xmlXPathCompareValues(ctxt, inf, strict);
6581 return(xmlXPathCompareValues(ctxt, inf, strict));
7179 * xmlXPathCompareValues:
7203 xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict) {
13197 ret = xmlXPathCompareValues(ctxt, op->value, op->value2);