Searched refs:inputStackNr (Results 1 – 1 of 1) sorted by relevance
345 int inputStackNr; member3150 for (i = 0;(i < 3) && (i < exec->inputStackNr);i++) in xmlFARegDebugExec()3152 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()3622 exec->inputStackNr = 0; in xmlRegNewExecCtxt()3656 for (i = 0;i < exec->inputStackNr;i++) { in xmlRegFreeExecCtxt()3671 printf("saving value: %d:%s\n", exec->inputStackNr, value); in xmlFARegExecSaveInputString()3682 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) { in xmlFARegExecSaveInputString()3695 exec->inputStack[exec->inputStackNr].value = xmlStrdup(value); in xmlFARegExecSaveInputString()3696 exec->inputStack[exec->inputStackNr].data = data; in xmlFARegExecSaveInputString()3697 exec->inputStackNr++; in xmlFARegExecSaveInputString()[all …]