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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c828 int nbHistory; member in struct:_xmlSchemaIDCStateObj
22409 sto->nbHistory = 0;
22496 } else if (sto->sizeHistory <= sto->nbHistory) {
22506 sto->history[sto->nbHistory++] = depth;
22672 if (sto->nbHistory == 0)
22675 matchDepth = sto->history[sto->nbHistory -1];
22722 sto->nbHistory--;
22735 sto->nbHistory--;
22831 sto->nbHistory--;
23096 sto->nbHistory
[all...]
/external/libxml2/
H A Dxmlschemas.c828 int nbHistory; member in struct:_xmlSchemaIDCStateObj
22438 sto->nbHistory = 0;
22525 } else if (sto->sizeHistory <= sto->nbHistory) {
22535 sto->history[sto->nbHistory++] = depth;
22701 if (sto->nbHistory == 0)
22704 matchDepth = sto->history[sto->nbHistory -1];
22751 sto->nbHistory--;
22764 sto->nbHistory--;
22860 sto->nbHistory--;
23125 sto->nbHistory
[all...]

Completed in 351 milliseconds