Searched refs:stackDepth (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.c95 unsigned short stackDepth; /* Current depth on searchStack. */ member in struct:SearchPositionRec
130 static OSErr CheckStack(unsigned short stackDepth,
216 static OSErr CheckStack(unsigned short stackDepth, argument
222 if ( (*searchStackSize / sizeof(LevelRec)) == (stackDepth + 1) )
834 catPosition->stackDepth = 0;
851 /* For resume, catPosition->stackDepth > 0 */
852 if ( catPosition->stackDepth > 0 )
854 /* Position catPosition->stackDepth to access last saved level */
855 --(catPosition->stackDepth);
858 dirID = (*searchStack)[catPosition->stackDepth]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c95 unsigned short stackDepth; /* Current depth on searchStack. */ member in struct:SearchPositionRec
130 static OSErr CheckStack(unsigned short stackDepth,
216 static OSErr CheckStack(unsigned short stackDepth, argument
222 if ( (*searchStackSize / sizeof(LevelRec)) == (stackDepth + 1) )
834 catPosition->stackDepth = 0;
851 /* For resume, catPosition->stackDepth > 0 */
852 if ( catPosition->stackDepth > 0 )
854 /* Position catPosition->stackDepth to access last saved level */
855 --(catPosition->stackDepth);
858 dirID = (*searchStack)[catPosition->stackDepth]
[all...]

Completed in 436 milliseconds