Home | History | Annotate | Download | only in libxml2

Lines Matching refs:maxstates

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