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

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c333 int inputStackNr; member in struct:_xmlRegExecCtxt
3067 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
3069 exec->inputStack[exec->inputStackNr - (i + 1)].value);
3535 exec->inputStackNr = 0;
3569 for (i = 0;i < exec->inputStackNr;i++) {
3584 printf("saving value: %d:%s\n", exec->inputStackNr, value);
3595 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3608 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
3609 exec->inputStack[exec->inputStackNr].data = data;
3610 exec->inputStackNr
[all...]
/external/libxml2/
H A Dxmlregexp.c337 int inputStackNr; member in struct:_xmlRegExecCtxt
3075 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++)
3077 exec->inputStack[exec->inputStackNr - (i + 1)].value);
3545 exec->inputStackNr = 0;
3579 for (i = 0;i < exec->inputStackNr;i++) {
3594 printf("saving value: %d:%s\n", exec->inputStackNr, value);
3605 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) {
3618 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value);
3619 exec->inputStack[exec->inputStackNr].data = data;
3620 exec->inputStackNr
[all...]

Completed in 420 milliseconds