Searched defs:theGlobals (Results 1 - 3 of 3) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | macDirectoryCopy.c | 153 PreflightGlobals *theGlobals); 163 EnumerateGlobals *theGlobals); 168 PreflightGlobals *theGlobals) 174 theGlobals->myCPB.dirInfo.ioFDirIndex = index; 175 theGlobals->myCPB.dirInfo.ioDrDirID = currentDirID; /* we need to do this every time */ 178 theGlobals->result = PBGetCatInfoSync(&theGlobals->myCPB); 179 if ( theGlobals->result == noErr ) 181 if ( (theGlobals->copyFilterProc == NULL) || 182 CallCopyFilterProc(theGlobals 167 GetLevelSize(long currentDirID, PreflightGlobals *theGlobals) argument 253 PreflightGlobals theGlobals; local 289 CopyLevel(long sourceDirID, long dstDirID, EnumerateGlobals *theGlobals) argument 568 EnumerateGlobals theGlobals; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.c | 218 static OSErr FSCopyFolderLevel( FSCopyObjectGlobals *theGlobals, const HFSUniStr255 *destName ); 287 FSDeleteObjectGlobals *theGlobals); 624 FSCopyObjectGlobals theGlobals; local 626 theGlobals.ref = *source; 627 theGlobals.destRef = *destDir; 628 theGlobals.copyParams = copyParams; 629 theGlobals.filterParams = filterParams; 630 theGlobals.maxLevels = maxLevels; 631 theGlobals.currentLevel = 0; 632 theGlobals 663 FSCopyFolderLevel( FSCopyObjectGlobals *theGlobals, const HFSUniStr255 *destName ) argument 1419 FSDeleteObjectGlobals theGlobals; local 1434 FSDeleteFolderLevel( const FSRef *container, FSDeleteObjectGlobals *theGlobals) argument [all...] |
H A D | MoreFilesX.c | 107 FSDeleteContainerGlobals *theGlobals); 112 FSIterateContainerGlobals *theGlobals); 1456 theGlobals --> A pointer to a FSDeleteContainerGlobals struct 1467 FSDeleteContainerGlobals *theGlobals) 1475 theGlobals->result = FSOpenIterator(container, kFSIterateFlat + kFSIterateDelete, &iterator); 1476 require_noerr(theGlobals->result, FSOpenIterator); 1482 theGlobals->result = FSGetCatalogInfoBulk(iterator, 1, &theGlobals->actualObjects, 1483 NULL, kFSCatInfoNodeFlags, &theGlobals->catalogInfo, 1485 if ( (noErr == theGlobals 1465 FSDeleteContainerLevel( const FSRef *container, FSDeleteContainerGlobals *theGlobals) argument 1532 FSDeleteContainerGlobals theGlobals; local 1598 FSIterateContainerLevel( FSIterateContainerGlobals *theGlobals) argument 1674 FSIterateContainerGlobals theGlobals; local [all...] |
Completed in 126 milliseconds