Home | History | Annotate | Download | only in src

Lines Matching refs:maxstates

146     int maxstates;
461 if ((states->states == NULL) || (states->maxstates <= 0)) {
462 states->maxstates = 4;
466 else if (states->maxstates <= states->nbstates) {
470 2 * states->maxstates * sizeof(xmlStepState));
474 states->maxstates *= 2;