Lines Matching refs:inputStackNr
337 int inputStackNr; member
3085 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++) in xmlFARegDebugExec()
3087 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()
3557 exec->inputStackNr = 0; in xmlRegNewExecCtxt()
3591 for (i = 0;i < exec->inputStackNr;i++) { in xmlRegFreeExecCtxt()
3606 printf("saving value: %d:%s\n", exec->inputStackNr, value); in xmlFARegExecSaveInputString()
3617 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) { in xmlFARegExecSaveInputString()
3630 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value); in xmlFARegExecSaveInputString()
3631 exec->inputStack[exec->inputStackNr].data = data; in xmlFARegExecSaveInputString()
3632 exec->inputStackNr++; in xmlFARegExecSaveInputString()
3633 exec->inputStack[exec->inputStackNr].value = NULL; in xmlFARegExecSaveInputString()
3634 exec->inputStack[exec->inputStackNr].data = NULL; in xmlFARegExecSaveInputString()
3814 if ((value != NULL) && (exec->inputStackNr > 0)) { in xmlRegExecPushStringInternal()
3949 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
3985 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
4016 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
4057 if (exec->index < exec->inputStackNr) { in xmlRegExecPushStringInternal()