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

  /external/libxml2/include/libxml/
xpath.h 81 int nodeNr; /* number of nodes in the set */
411 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
424 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
436 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
xpathInternals.h 232 { while ((ns)->nodeNr > 0) (ns)->nodeTab[(ns)->nodeNr--] = NULL; }
valid.h 89 int nodeNr; /* Depth of the parsing stack */
parser.h 206 int nodeNr; /* Depth of the parsing stack */
    [all...]
  /external/libxml2/
xpath.c 938 fprintf(output, "Set contains %d nodes:\n", cur->nodeNr);
939 for (i = 0;i < cur->nodeNr;i++) {
956 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) {
    [all...]