Searched refs:inputStack (Results 1 – 3 of 3) sorted by relevance
468 int[] inputStack; field in Frame768 u = dim + inputStack[inputStack.length - (u & VALUE)]; in init()793 inputStack = new int[0]; in initInputFrame()1252 int nStack = inputStack.length; in merge()1269 t = dim + inputStack[nStack - (s & VALUE)]; in merge()1288 if (frame.inputStack == null) { in merge()1289 frame.inputStack = new int[1]; in merge()1292 changed |= merge(cw, edge, frame.inputStack, 0); in merge()1296 int nInputStack = inputStack.length + owner.inputStackTop; in merge()1297 if (frame.inputStack == null) { in merge()[all …]
1262 int blockMax = f.inputStack.length + l.outputStackMax; in visitMaxs()1527 int[] stacks = f.inputStack; in visitFrame()
341 xmlRegInputTokenPtr inputStack;/* when operating on strings */ member3072 if (exec->inputStack != NULL) { in xmlFARegDebugExec()3077 exec->inputStack[exec->inputStackNr - (i + 1)].value); in xmlFARegDebugExec()3201 exec->inputStack = NULL; in xmlFARegExec()3548 exec->inputStack = NULL; in xmlRegNewExecCtxt()3578 if (exec->inputStack != NULL) { in xmlRegFreeExecCtxt()3582 if (exec->inputStack[i].value != NULL) in xmlRegFreeExecCtxt()3583 xmlFree(exec->inputStack[i].value); in xmlRegFreeExecCtxt()3585 xmlFree(exec->inputStack); in xmlRegFreeExecCtxt()3600 exec->inputStack = (xmlRegInputTokenPtr) in xmlFARegExecSaveInputString()[all …]