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

/external/libxml2/
H A Dpattern.c109 int maxState; /* allocated number of states */ member in struct:_xmlStreamCtxt
1773 cur->maxState = 4;
1818 if (comp->nbState >= comp->maxState) {
1822 comp->maxState * 4 * sizeof(int));
1829 comp->maxState *= 2;
H A Drelaxng.c320 int maxState; /* the size of the array */ member in struct:_xmlRelaxNGStates
1027 ret->maxState = size;
1058 if (states->nbState >= states->maxState) {
1062 size = states->maxState * 2;
1072 states->maxState = size;
1098 if (states->nbState >= states->maxState) {
1102 size = states->maxState * 2;
1112 states->maxState = size;

Completed in 629 milliseconds