Searched refs:maxLevels (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.h170 The maxLevels parameter is only used when the object is a directory,
173 If maxLevels is 1, FSCopyObject only scans the specified directory;
174 if maxLevels is 2, FSCopyObject scans the specified directory and
175 one subdirectory below the specified directory; etc. Set maxLevels to
183 maxLevels --> Maximum number of directory levels to scan or
204 ItemCount maxLevels,
H A DFSCopyObject.c161 ItemCount maxLevels; /* maximum levels to iterate through */ member in struct:FSCopyObjectGlobals
215 ItemCount maxLevels,
302 ItemCount maxLevels,
383 osErr = FSCopyFolder( source, destDir, destNamePtr, &copyParams, &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
298 FSCopyObject( const FSRef *source, const FSRef *destDir, UniCharCount nameLength, const UniChar *copyName, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, CopyObjectFilterProcPtr filterProcPtr, void *yourDataPtr, FSRef *newObject) argument
621 FSCopyFolder( const FSRef *source, const FSRef *destDir, const HFSUniStr255 *destName, CopyParams* copyParams, FilterParams *filterParams, ItemCount maxLevels, FSRef* newDir) argument
[all...]
H A DMoreFilesX.c82 ItemCount maxLevels; /* maximum levels to iterate through */ member in struct:FSIterateContainerGlobals
1603 /* If maxLevels is zero, we aren't checking levels */
1604 /* If currentLevel < maxLevels, look at this level */
1605 if ( (theGlobals->maxLevels == 0) ||
1606 (theGlobals->currentLevel < theGlobals->maxLevels) )
1666 ItemCount maxLevels,
1704 theGlobals.maxLevels = maxLevels;
1664 FSIterateContainer( const FSRef *container, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, IterateContainerFilterProcPtr iterateFilter, void *yourDataPtr) argument
H A DMoreFilesX.h1195 ItemCount maxLevels,
1207 The maxLevels parameter lets you control how deep the recursion goes.
1208 If maxLevels is 1, FSIterateContainer only scans the specified directory;
1209 if maxLevels is 2, FSIterateContainer scans the specified directory and
1210 one subdirectory below the specified directory; etc. Set maxLevels to
1217 maxLevels --> Maximum number of directory levels to scan or

Completed in 598 milliseconds