Searched refs:nodes1 (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestRegexp.c131 int nodes1, nodes2; local
138 nodes1 = xmlExpCtxtNbNodes(ctxt);
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
168 xmlExpCtxtNbNodes(ctxt) - nodes1);
H A Dxpath.c4344 * @nodes1: a node-set
4350 * Returns the difference between the two node sets, or nodes1 if
4354 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4360 return(nodes1);
4363 if (xmlXPathNodeSetIsEmpty(nodes1))
4366 l1 = xmlXPathNodeSetGetLength(nodes1);
4369 cur = xmlXPathNodeSetItem(nodes1, i);
4378 * @nodes1: a node-set
4388 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4395 if (xmlXPathNodeSetIsEmpty(nodes1))
4483 xmlXPathHasSameNodes(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4571 xmlXPathLeadingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4593 xmlXPathLeading(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4676 xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4698 xmlXPathTrailing(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
[all...]
H A Dtestapi.c46874 xmlNodeSetPtr nodes1; /* a node-set */ local
47259 xmlNodeSetPtr nodes1; /* a node-set */ local
47339 xmlNodeSetPtr nodes1; /* a node-set */ local
47492 xmlNodeSetPtr nodes1; /* a node-set */ local
47533 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ local
50141 xmlNodeSetPtr nodes1; /* a node-set */ local
50182 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestRegexp.c131 int nodes1, nodes2; local
138 nodes1 = xmlExpCtxtNbNodes(ctxt);
163 nodes1 += xmlExpCtxtNbNodes(ctxt) - nodes2;
166 if (xmlExpCtxtNbNodes(ctxt) > nodes1) {
168 xmlExpCtxtNbNodes(ctxt) - nodes1);
H A Dxpath.c4344 * @nodes1: a node-set
4350 * Returns the difference between the two node sets, or nodes1 if
4354 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4360 return(nodes1);
4363 if (xmlXPathNodeSetIsEmpty(nodes1))
4366 l1 = xmlXPathNodeSetGetLength(nodes1);
4369 cur = xmlXPathNodeSetItem(nodes1, i);
4378 * @nodes1: a node-set
4388 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4395 if (xmlXPathNodeSetIsEmpty(nodes1))
4483 xmlXPathHasSameNodes(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4571 xmlXPathLeadingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4593 xmlXPathLeading(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4676 xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4698 xmlXPathTrailing(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
[all...]
H A Dtestapi.c46874 xmlNodeSetPtr nodes1; /* a node-set */ local
47259 xmlNodeSetPtr nodes1; /* a node-set */ local
47339 xmlNodeSetPtr nodes1; /* a node-set */ local
47492 xmlNodeSetPtr nodes1; /* a node-set */ local
47533 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ local
50141 xmlNodeSetPtr nodes1; /* a node-set */ local
50182 xmlNodeSetPtr nodes1; /* a node-set, sorted by document order */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DxpathInternals.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
388 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
395 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
401 xmlXPathLeading (xmlNodeSetPtr nodes1,
408 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
414 xmlXPathTrailing (xmlNodeSetPtr nodes1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DxpathInternals.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
388 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
395 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
401 xmlXPathLeading (xmlNodeSetPtr nodes1,
408 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
414 xmlXPathTrailing (xmlNodeSetPtr nodes1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DxpathInternals.in.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
388 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
395 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
401 xmlXPathLeading (xmlNodeSetPtr nodes1,
408 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
414 xmlXPathTrailing (xmlNodeSetPtr nodes1,
H A Dxpath.c4321 * @nodes1: a node-set
4327 * Returns the difference between the two node sets, or nodes1 if
4331 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4337 return(nodes1);
4340 if (xmlXPathNodeSetIsEmpty(nodes1))
4343 l1 = xmlXPathNodeSetGetLength(nodes1);
4346 cur = xmlXPathNodeSetItem(nodes1, i);
4355 * @nodes1: a node-set
4365 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4370 if (xmlXPathNodeSetIsEmpty(nodes1))
4456 xmlXPathHasSameNodes(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4542 xmlXPathLeadingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4564 xmlXPathLeading(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4644 xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4666 xmlXPathTrailing(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DxpathInternals.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
388 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
395 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
401 xmlXPathLeading (xmlNodeSetPtr nodes1,
408 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
414 xmlXPathTrailing (xmlNodeSetPtr nodes1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DxpathInternals.in.h376 xmlXPathDifference (xmlNodeSetPtr nodes1,
379 xmlXPathIntersection (xmlNodeSetPtr nodes1,
388 xmlXPathHasSameNodes (xmlNodeSetPtr nodes1,
395 xmlXPathLeadingSorted (xmlNodeSetPtr nodes1,
401 xmlXPathLeading (xmlNodeSetPtr nodes1,
408 xmlXPathTrailingSorted (xmlNodeSetPtr nodes1,
414 xmlXPathTrailing (xmlNodeSetPtr nodes1,
H A Dxpath.c4321 * @nodes1: a node-set
4327 * Returns the difference between the two node sets, or nodes1 if
4331 xmlXPathDifference (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4337 return(nodes1);
4340 if (xmlXPathNodeSetIsEmpty(nodes1))
4343 l1 = xmlXPathNodeSetGetLength(nodes1);
4346 cur = xmlXPathNodeSetItem(nodes1, i);
4355 * @nodes1: a node-set
4365 xmlXPathIntersection (xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) { argument
4370 if (xmlXPathNodeSetIsEmpty(nodes1))
4456 xmlXPathHasSameNodes(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4542 xmlXPathLeadingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4564 xmlXPathLeading(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4644 xmlXPathTrailingSorted(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
4666 xmlXPathTrailing(xmlNodeSetPtr nodes1, xmlNodeSetPtr nodes2) argument
[all...]

Completed in 531 milliseconds