Searched refs:xmlXPathNodeSetItem (Results 1 – 7 of 7) sorted by relevance
/third_party/libxml2/os400/ |
D | rpgsupport.c | 230 return xmlXPathNodeSetItem(ns, index); in __xmlXPathNodeSetItem()
|
D | README400 | 203 xmlXPathNodeSetItem, xmlXPathNodeSetIsEmpty, htmlDefaultSubelement,
|
/third_party/libxml2/include/libxml/ |
D | xpath.h | 430 #define xmlXPathNodeSetItem(ns, index) \ macro
|
/third_party/libxml2/ |
D | xpath.c | 4452 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathDifference() 4489 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathIntersection() 4526 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathDistinctSorted() 4584 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathHasSameNodes() 4621 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeLeadingSorted() 4668 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeadingSorted() 4694 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeading() 4727 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeTrailingSorted() 4775 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailingSorted() 4801 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailing()
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xpath.rpgle | 664 d xmlXPathNodeSetItem...
|
/third_party/libxml2/doc/html/ |
D | index.sgml | 127 <ANCHOR id="xmlXPathNodeSetItem" href="libxml/libxml-xpath.html#xmlXPathNodeSetItem">
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 90523 - fixed xmlXPathNodeSetItem when passing index=0
|