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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c6468 * xmlXPathCompareNodeSets:
6496 xmlXPathCompareNodeSets(int inf, int strict, function
6602 return(xmlXPathCompareNodeSets(inf, strict, arg, val));
7251 * called routine, e.g. xmlXPathCompareNodeSets or xmlXPathCompareNodeSetValue
7255 ret = xmlXPathCompareNodeSets(inf, strict, arg1, arg2);

Completed in 85 milliseconds