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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c332 int inputStackMax; member in struct:_xmlRegExecCtxt
3192 exec->inputStackMax = 0;
3534 exec->inputStackMax = 0;
3586 if (exec->inputStackMax == 0) {
3587 exec->inputStackMax = 4;
3589 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3592 exec->inputStackMax = 0;
3595 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3598 exec->inputStackMax *= 2;
3600 exec->inputStackMax * sizeo
[all...]
/external/libxml2/
H A Dxmlregexp.c336 int inputStackMax; member in struct:_xmlRegExecCtxt
3200 exec->inputStackMax = 0;
3544 exec->inputStackMax = 0;
3596 if (exec->inputStackMax == 0) {
3597 exec->inputStackMax = 4;
3599 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3602 exec->inputStackMax = 0;
3605 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3608 exec->inputStackMax *= 2;
3610 exec->inputStackMax * sizeo
[all...]

Completed in 332 milliseconds