Home
last modified time | relevance | path

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

/external/libxml2/os400/
Drpgsupport.c238 return xmlXPathNodeSetIsEmpty(ns); in __xmlXPathNodeSetIsEmpty()
DREADME400203 xmlXPathNodeSetItem, xmlXPathNodeSetIsEmpty, htmlDefaultSubelement,
/external/curl/docs/examples/
Dcrawler.c142 if(xmlXPathNodeSetIsEmpty(nodeset)) { in follow_links()
/external/cronet/stable/third_party/libxml/src/include/libxml/
Dxpath.h441 #define xmlXPathNodeSetIsEmpty(ns) \ macro
/external/cronet/tot/third_party/libxml/src/include/libxml/
Dxpath.h441 #define xmlXPathNodeSetIsEmpty(ns) \ macro
/external/libxml2/include/libxml/
Dxpath.h444 #define xmlXPathNodeSetIsEmpty(ns) \ macro
/external/libxml2/
Dxpath.c3407 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 …]
/external/cronet/stable/third_party/libxml/src/
Dxpath.c3394 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 …]
/external/cronet/tot/third_party/libxml/src/
Dxpath.c3394 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 …]
/external/libxml2/os400/libxmlrpg/
Dxpath.rpgle670 d xmlXPathNodeSetIsEmpty...