Home
last modified time | relevance | path

Searched refs:xmlXPathNodeSetItem (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/libs/libxml/
H A Dxpath.h440 #define xmlXPathNodeSetItem(ns, index) \ macro
/reactos/dll/win32/msxml3/
H A Dselection.c251 *listItem = create_node(xmlXPathNodeSetItem(This->result->nodesetval, index)); in domselection_get_item()
288 *nextItem = create_node(xmlXPathNodeSetItem(This->result->nodesetval, This->resultPos)); in domselection_nextNode()
H A Dschema.c1069 xmlNodePtr node = xmlXPathNodeSetItem(nodeset->nodesetval, pos); in cache_from_doc_ns()
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxpath.c4458 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathDifference()
4495 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathIntersection()
4532 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathDistinctSorted()
4590 cur = xmlXPathNodeSetItem(nodes1, i); in xmlXPathHasSameNodes()
4627 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeLeadingSorted()
4674 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeadingSorted()
4700 xmlXPathNodeSetItem(nodes2, 1))); in xmlXPathLeading()
4733 cur = xmlXPathNodeSetItem(nodes, i); in xmlXPathNodeTrailingSorted()
4781 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailingSorted()
4807 xmlXPathNodeSetItem(nodes2, 0))); in xmlXPathTrailing()