HomeSort by relevance Sort by last modified time
    Searched refs:nodes1 (Results 1 - 3 of 3) sorted by null

  /external/libxml2/
testRegexp.c 131 int nodes1, nodes2; local
138 nodes1 = xmlExpCtxtNbNodes(ctxt);
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
168 xmlExpCtxtNbNodes(ctxt) - nodes1);
xpath.c     [all...]
  /external/libxml2/include/libxml/
xpathInternals.h 378 xmlXPathDifference (xmlNodeSetPtr nodes1,
381 xmlXPathIntersection (xmlNodeSetPtr nodes1,
390 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
397 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
403 xmlXPathLeading (xmlNodeSetPtr nodes1,
410 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
416 xmlXPathTrailing (xmlNodeSetPtr nodes1,

Completed in 257 milliseconds