Searched refs:CheckStack (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c130 static OSErr CheckStack(unsigned short stackDepth,
212 ** CheckStack checks the size of the search stack (array) to see if there's
213 ** room to push another LevelRec. If not, CheckStack grows the stack by
216 static OSErr CheckStack(unsigned short stackDepth, function
923 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);
1001 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c130 static OSErr CheckStack(unsigned short stackDepth,
212 ** CheckStack checks the size of the search stack (array) to see if there's
213 ** room to push another LevelRec. If not, CheckStack grows the stack by
216 static OSErr CheckStack(unsigned short stackDepth, function
923 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);
1001 result = CheckStack(catPosition->stackDepth, searchStack, &searchStackSize);

Completed in 120 milliseconds