Searched defs:maxLevels (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 161 ItemCount maxLevels; /* maximum levels to iterate through */ member in struct:FSCopyObjectGlobals 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 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 D | MoreFilesX.c | 82 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
|
Completed in 70 milliseconds