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

  /external/chromium_org/third_party/libxml/src/include/libxml/
valid.h 89 int nodeNr; /* Depth of the parsing stack */
xpath.h 80 int nodeNr; /* number of nodes in the set */
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
433 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
parser.h 206 int nodeNr; /* Depth of the parsing stack */
    [all...]
  /external/libxml2/include/libxml/
valid.h 89 int nodeNr; /* Depth of the parsing stack */
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))
parser.h 206 int nodeNr; /* Depth of the parsing stack */
    [all...]

Completed in 180 milliseconds