Lines Matching refs:inputStackNr
337 int inputStackNr; member
3075 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++) in xmlFARegDebugExec()
3077 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()
3547 exec->inputStackNr = 0; in xmlRegNewExecCtxt()
3581 for (i = 0;i < exec->inputStackNr;i++) { in xmlRegFreeExecCtxt()
3596 printf("saving value: %d:%s\n", exec->inputStackNr, value); in xmlFARegExecSaveInputString()
3607 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) { in xmlFARegExecSaveInputString()
3620 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value); in xmlFARegExecSaveInputString()
3621 exec->inputStack[exec->inputStackNr].data = data; in xmlFARegExecSaveInputString()
3622 exec->inputStackNr++; in xmlFARegExecSaveInputString()
3623 exec->inputStack[exec->inputStackNr].value = NULL; in xmlFARegExecSaveInputString()
3624 exec->inputStack[exec->inputStackNr].data = NULL; in xmlFARegExecSaveInputString()
3804 if ((value != NULL) && (exec->inputStackNr > 0)) { in xmlRegExecPushStringInternal()
3939 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
3975 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
4006 if (exec->inputStackNr <= 0) { in xmlRegExecPushStringInternal()
4047 if (exec->index < exec->inputStackNr) { in xmlRegExecPushStringInternal()