Home
last modified time | relevance | path

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

/external/libxml2/
Dpattern.c149 int maxstates; member
465 if ((states->states == NULL) || (states->maxstates <= 0)) { in xmlPatPushState()
466 states->maxstates = 4; in xmlPatPushState()
470 else if (states->maxstates <= states->nbstates) { in xmlPatPushState()
474 2 * states->maxstates * sizeof(xmlStepState)); in xmlPatPushState()
478 states->maxstates *= 2; in xmlPatPushState()