Home
last modified time | relevance | path

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

/third_party/libxml2/
Dpattern.c149 int maxstates; member
468 if ((states->states == NULL) || (states->maxstates <= 0)) { in xmlPatPushState()
469 states->maxstates = 4; in xmlPatPushState()
473 else if (states->maxstates <= states->nbstates) { in xmlPatPushState()
477 2 * states->maxstates * sizeof(xmlStepState)); in xmlPatPushState()
481 states->maxstates *= 2; in xmlPatPushState()