Searched refs:xmlXPathNodeSetIsEmpty (Results 1 – 10 of 10) sorted by relevance
238 return xmlXPathNodeSetIsEmpty(ns); in __xmlXPathNodeSetIsEmpty()
203 xmlXPathNodeSetItem, xmlXPathNodeSetIsEmpty, htmlDefaultSubelement,
142 if(xmlXPathNodeSetIsEmpty(nodeset)) { in follow_links()
441 #define xmlXPathNodeSetIsEmpty(ns) \ macro
444 #define xmlXPathNodeSetIsEmpty(ns) \ macro
3407 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathDifference()3413 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathDifference()3449 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathIntersection()3451 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathIntersection()3486 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinctSorted()3531 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinct()3554 if (xmlXPathNodeSetIsEmpty(nodes1) || in xmlXPathHasSameNodes()3555 xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathHasSameNodes()3591 if (xmlXPathNodeSetIsEmpty(nodes) || in xmlXPathNodeLeadingSorted()3642 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathLeadingSorted()[all …]
3394 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathDifference()3400 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathDifference()3436 if (xmlXPathNodeSetIsEmpty(nodes1)) in xmlXPathIntersection()3438 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathIntersection()3473 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinctSorted()3518 if (xmlXPathNodeSetIsEmpty(nodes)) in xmlXPathDistinct()3541 if (xmlXPathNodeSetIsEmpty(nodes1) || in xmlXPathHasSameNodes()3542 xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathHasSameNodes()3578 if (xmlXPathNodeSetIsEmpty(nodes) || in xmlXPathNodeLeadingSorted()3629 if (xmlXPathNodeSetIsEmpty(nodes2)) in xmlXPathLeadingSorted()[all …]
670 d xmlXPathNodeSetIsEmpty...