Searched refs:inputStackNr (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.c322 int inputStackNr; member in struct:_xmlRegExecCtxt
2877 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
2878 printf("%s ", exec->inputStack[exec->inputStackNr - (i + 1)]);
3325 exec->inputStackNr = 0;
3359 for (i = 0;i < exec->inputStackNr;i++) {
3374 printf("saving value: %d:%s\n", exec->inputStackNr, value);
3385 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3398 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
3399 exec->inputStack[exec->inputStackNr].data = data;
3400 exec->inputStackNr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlregexp.c329 int inputStackNr; member in struct:_xmlRegExecCtxt
3028 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
3030 exec->inputStack[exec->inputStackNr - (i + 1)].value);
3496 exec->inputStackNr = 0;
3530 for (i = 0;i < exec->inputStackNr;i++) {
3545 printf("saving value: %d:%s\n", exec->inputStackNr, value);
3556 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3569 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
3570 exec->inputStack[exec->inputStackNr].data = data;
3571 exec->inputStackNr
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlregexp.c322 int inputStackNr; member in struct:_xmlRegExecCtxt
2877 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
2878 printf("%s ", exec->inputStack[exec->inputStackNr - (i + 1)]);
3325 exec->inputStackNr = 0;
3359 for (i = 0;i < exec->inputStackNr;i++) {
3374 printf("saving value: %d:%s\n", exec->inputStackNr, value);
3385 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3398 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
3399 exec->inputStack[exec->inputStackNr].data = data;
3400 exec->inputStackNr
[all...]

Completed in 180 milliseconds