Searched defs:nodeNr (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dvalid.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dxpath.h80 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
408 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
421 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
433 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dparser.h206 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt
/external/libxml2/include/libxml/
H A Dvalid.h89 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlValidCtxt
H A Dxpath.h82 int nodeNr; /* number of nodes in the set */ member in struct:_xmlNodeSet
412 #define xmlXPathNodeSetGetLength(ns) ((ns) ? (ns)->nodeNr : 0)
425 ((index) >= 0) && ((index) < (ns)->nodeNr)) ? \
437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
H A Dparser.h206 int nodeNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt

Completed in 1096 milliseconds