Searched defs:nodes2 (Results 1 – 4 of 4) sorted by relevance
| /external/chromium_org/third_party/libxml/src/ |
| D | testRegexp.c | 131 int nodes1, nodes2; in runFileTest() local
|
| D | xpath.c | 4354 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4388 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4483 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4571 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4593 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4676 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4698 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|
| D | testapi.c | 47097 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathDifference() local 47482 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathHasSameNodes() local 47562 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathIntersection() local 47715 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathLeading() local 47756 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathLeadingSorted() local 50364 xmlNodeSetPtr nodes2; /* a node-set */ in test_xmlXPathTrailing() local 50405 xmlNodeSetPtr nodes2; /* a node-set, sorted by document order */ in test_xmlXPathTrailingSorted() local
|
| /external/libxml2/ |
| D | xpath.c | 4461 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathDifference() 4497 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathIntersection() 4595 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathHasSameNodes() 4684 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeadingSorted() 4706 xmlXPathLeading (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathLeading() 4790 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailingSorted() 4812 xmlXPathTrailing (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { in xmlXPathTrailing()
|