Lines Matching defs:maxLevels
161 ItemCount maxLevels; /* maximum levels to iterate through */
215 ItemCount maxLevels,
302 ItemCount maxLevels,
383 osErr = FSCopyFolder( source, destDir, destNamePtr, ©Params, &filterParams, maxLevels, newObject );
622 CopyParams* copyParams, FilterParams *filterParams, ItemCount maxLevels, FSRef* newDir)
630 theGlobals.maxLevels = maxLevels;
665 // If maxLevels is zero, we aren't checking levels
666 // If currentLevel < maxLevels, look at this level
667 if ( (theGlobals->maxLevels == 0) ||
668 (theGlobals->currentLevel < theGlobals->maxLevels) )