Home
last modified time | relevance | path

Searched refs:inputStackMax (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c336 int inputStackMax; member
3276 exec->inputStackMax = 0; in xmlFARegExec()
3621 exec->inputStackMax = 0; in xmlRegNewExecCtxt()
3673 if (exec->inputStackMax == 0) { in xmlFARegExecSaveInputString()
3674 exec->inputStackMax = 4; in xmlFARegExecSaveInputString()
3676 xmlMalloc(exec->inputStackMax * sizeof(xmlRegInputToken)); in xmlFARegExecSaveInputString()
3679 exec->inputStackMax = 0; in xmlFARegExecSaveInputString()
3682 } else if (exec->inputStackNr + 1 >= exec->inputStackMax) { in xmlFARegExecSaveInputString()
3685 exec->inputStackMax *= 2; in xmlFARegExecSaveInputString()
3687 exec->inputStackMax * sizeof(xmlRegInputToken)); in xmlFARegExecSaveInputString()
[all …]