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

/vbox/src/libs/libxml2-2.6.31/
H A Dpattern.c146 int maxstates; member in struct:_xmlStepStates
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;

Completed in 48 milliseconds