Home | History | Annotate | Download | only in libxml2

Lines Matching refs:maxState

109     int maxState;		/* allocated number of states */
1773 cur->maxState = 4;
1818 if (comp->nbState >= comp->maxState) {
1822 comp->maxState * 4 * sizeof(int));
1829 comp->maxState *= 2;