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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c328 int inputStackMax; member in struct:_xmlRegExecCtxt
3132 exec->inputStackMax = 0;
3473 exec->inputStackMax = 0;
3525 if (exec->inputStackMax == 0) {
3526 exec->inputStackMax = 4;
3528 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3531 exec->inputStackMax = 0;
3534 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3537 exec->inputStackMax *= 2;
3539 exec->inputStackMax * sizeo
[all...]

Completed in 40 milliseconds