Searched refs:inputStackMax (Results 1 – 1 of 1) sorted by relevance
336 int inputStackMax; member3207 exec->inputStackMax = 0; in xmlFARegExec()3551 exec->inputStackMax = 0; in xmlRegNewExecCtxt()3603 if (exec->inputStackMax == 0) { in xmlFARegExecSaveInputString()3604 exec->inputStackMax = 4; in xmlFARegExecSaveInputString()3606 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken)); in xmlFARegExecSaveInputString()3609 exec->inputStackMax = 0; in xmlFARegExecSaveInputString()3612 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) { in xmlFARegExecSaveInputString()3615 exec->inputStackMax *= 2; in xmlFARegExecSaveInputString()3617 exec->inputStackMax * sizeof(xmlRegInputToken)); in xmlFARegExecSaveInputString()[all …]