Searched refs:spaceNr (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h242 int spaceNr; /* Depth of the parsing stack */ member in struct:_xmlParserCtxt
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c1578 if (ctxt->spaceNr >= ctxt->spaceMax) {
1587 ctxt->spaceTab[ctxt->spaceNr] = val;
1588 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr];
1589 return(ctxt->spaceNr++);
1594 if (ctxt->spaceNr <= 0) return(0);
1595 ctxt->spaceNr--;
1596 if (ctxt->spaceNr > 0)
1597 ctxt->space = &ctxt->spaceTab[ctxt->spaceNr - 1];
1600 ret = ctxt->spaceTab[ctxt->spaceNr];
1601 ctxt->spaceTab[ctxt->spaceNr]
[all...]
H A DparserInternals.c1631 ctxt->spaceNr = 0;
1636 ctxt->spaceNr = 1;
H A DHTMLparser.c5818 ctxt->spaceNr = 0;

Completed in 139 milliseconds