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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c828 int nbHistory; member in struct:_xmlSchemaIDCStateObj
22338 sto->nbHistory = 0;
22425 } else if (sto->sizeHistory <= sto->nbHistory) {
22435 sto->history[sto->nbHistory++] = depth;
22601 if (sto->nbHistory == 0)
22604 matchDepth = sto->history[sto->nbHistory -1];
22651 sto->nbHistory--;
22664 sto->nbHistory--;
22760 sto->nbHistory--;
23025 sto->nbHistory
[all...]

Completed in 120 milliseconds