Home
last modified time | relevance | path

Searched refs:xmlXPathNodeSetIsEmpty (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h435 #define xmlXPathNodeSetIsEmpty(ns) \ macro
/external/libxml2/
Dxpath.c4403 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathDifference()
4407 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathDifference()
4439 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathIntersection()
4441 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathIntersection()
4472 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinctSorted()
4508 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinct()
4531 if (xmlXPathNodeSetIsEmpty(nodes1) || in xmlXPathHasSameNodes()
4532 xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathHasSameNodes()
4568 if (xmlXPathNodeSetIsEmpty(nodes) || in xmlXPathNodeLeadingSorted()
4616 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathLeadingSorted()
[all …]