Searched refs:myCPB (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 DDirectoryCopy.c84 CInfoPBRec myCPB; /* the parameter block used for PBGetCatInfo calls */ member in struct:EnumerateGlobals
105 CInfoPBRec myCPB; /* the parameter block used for PBGetCatInfo calls */ member in struct:PreflightGlobals
147 theGlobals->myCPB.dirInfo.ioFDirIndex = index;
148 theGlobals->myCPB.dirInfo.ioDrDirID = currentDirID; /* we need to do this every time */
151 theGlobals->result = PBGetCatInfoSync(&theGlobals->myCPB);
155 CallCopyFilterProc(theGlobals->copyFilterProc, &theGlobals->myCPB) ) /* filter if filter proc was supplied */
158 if ( (theGlobals->myCPB.dirInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
162 GetLevelSize(theGlobals->myCPB.dirInfo.ioDrDirID, theGlobals); /* recurse */
172 if ( ((unsigned long)theGlobals->myCPB.hFileInfo.ioFlLgLen & 0x000001ff) != 0 )
174 theGlobals->tempBlocks = ((unsigned long)theGlobals->myCPB
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DDirectoryCopy.c84 CInfoPBRec myCPB; /* the parameter block used for PBGetCatInfo calls */ member in struct:EnumerateGlobals
105 CInfoPBRec myCPB; /* the parameter block used for PBGetCatInfo calls */ member in struct:PreflightGlobals
147 theGlobals->myCPB.dirInfo.ioFDirIndex = index;
148 theGlobals->myCPB.dirInfo.ioDrDirID = currentDirID; /* we need to do this every time */
151 theGlobals->result = PBGetCatInfoSync(&theGlobals->myCPB);
155 CallCopyFilterProc(theGlobals->copyFilterProc, &theGlobals->myCPB) ) /* filter if filter proc was supplied */
158 if ( (theGlobals->myCPB.dirInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
162 GetLevelSize(theGlobals->myCPB.dirInfo.ioDrDirID, theGlobals); /* recurse */
172 if ( ((unsigned long)theGlobals->myCPB.hFileInfo.ioFlLgLen & 0x000001ff) != 0 )
174 theGlobals->tempBlocks = ((unsigned long)theGlobals->myCPB
[all...]

Completed in 92 milliseconds