Searched refs:inputStackNr (Results 1 – 1 of 1) sorted by relevance
337 int inputStackNr; member3085 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()[all …]