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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlregexp.c321 int inputStackMax; member in struct:_xmlRegExecCtxt
3001 exec->inputStackMax = 0;
3324 exec->inputStackMax = 0;
3376 if (exec->inputStackMax == 0) {
3377 exec->inputStackMax = 4;
3379 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3382 exec->inputStackMax = 0;
3385 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3388 exec->inputStackMax *= 2;
3390 exec->inputStackMax * sizeo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c328 int inputStackMax; member in struct:_xmlRegExecCtxt
3153 exec->inputStackMax = 0;
3495 exec->inputStackMax = 0;
3547 if (exec->inputStackMax == 0) {
3548 exec->inputStackMax = 4;
3550 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3553 exec->inputStackMax = 0;
3556 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3559 exec->inputStackMax *= 2;
3561 exec->inputStackMax * sizeo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c321 int inputStackMax; member in struct:_xmlRegExecCtxt
3001 exec->inputStackMax = 0;
3324 exec->inputStackMax = 0;
3376 if (exec->inputStackMax == 0) {
3377 exec->inputStackMax = 4;
3379 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken));
3382 exec->inputStackMax = 0;
3385 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3388 exec->inputStackMax *= 2;
3390 exec->inputStackMax * sizeo
[all...]

Completed in 112 milliseconds