Searched refs:ciPB (Results 1 - 6 of 6) 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 DFSpCompat.c351 pb.ciPB.hFileInfo.ioFDirIndex = 0;
352 result = PBGetCatInfoSync(&(pb.ciPB));
359 pb.ciPB.hFileInfo.ioFlXFndrInfo.fdScript = (scriptTag >= smRoman) ?
363 pb.ciPB.hFileInfo.ioFlFndrInfo.fdCreator = creator;
364 pb.ciPB.hFileInfo.ioFlFndrInfo.fdType = fileType;
366 pb.ciPB.hFileInfo.ioDirID = spec->parID;
367 result = PBSetCatInfoSync(&(pb.ciPB));
399 pb.ciPB.dirInfo.ioFDirIndex = 0;
400 pb.ciPB.dirInfo.ioDrDirID = spec->parID;
401 result = PBGetCatInfoSync(&(pb.ciPB));
[all...]
H A DMoreFilesExtras.c2055 theGlobals->myPB.ciPB.dirInfo.ioNamePtr = (StringPtr)&theGlobals->itemName;
2056 theGlobals->myPB.ciPB.dirInfo.ioFDirIndex = 1; /* get first item */
2057 theGlobals->myPB.ciPB.dirInfo.ioDrDirID = dirToDelete; /* in this directory */
2058 theGlobals->error = PBGetCatInfoSync(&(theGlobals->myPB.ciPB));
2063 if ( (theGlobals->myPB.ciPB.dirInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
2066 savedDir = theGlobals->myPB.ciPB.dirInfo.ioDrDirID; /* save dirID of directory instead */
2067 DeleteLevel(theGlobals->myPB.ciPB.dirInfo.ioDrDirID, theGlobals); /* Delete its contents */
2068 theGlobals->myPB.ciPB.dirInfo.ioNamePtr = NULL; /* prepare to delete directory */
2072 theGlobals->myPB.ciPB.dirInfo.ioDrDirID = savedDir; /* restore dirID */
2111 theGlobals.myPB.ciPB
[all...]
H A DMoreFilesExtras.h126 CInfoPBRec ciPB; member in union:UniversalFMPB
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFSpCompat.c351 pb.ciPB.hFileInfo.ioFDirIndex = 0;
352 result = PBGetCatInfoSync(&(pb.ciPB));
359 pb.ciPB.hFileInfo.ioFlXFndrInfo.fdScript = (scriptTag >= smRoman) ?
363 pb.ciPB.hFileInfo.ioFlFndrInfo.fdCreator = creator;
364 pb.ciPB.hFileInfo.ioFlFndrInfo.fdType = fileType;
366 pb.ciPB.hFileInfo.ioDirID = spec->parID;
367 result = PBSetCatInfoSync(&(pb.ciPB));
399 pb.ciPB.dirInfo.ioFDirIndex = 0;
400 pb.ciPB.dirInfo.ioDrDirID = spec->parID;
401 result = PBGetCatInfoSync(&(pb.ciPB));
[all...]
H A DMoreFilesExtras.c2055 theGlobals->myPB.ciPB.dirInfo.ioNamePtr = (StringPtr)&theGlobals->itemName;
2056 theGlobals->myPB.ciPB.dirInfo.ioFDirIndex = 1; /* get first item */
2057 theGlobals->myPB.ciPB.dirInfo.ioDrDirID = dirToDelete; /* in this directory */
2058 theGlobals->error = PBGetCatInfoSync(&(theGlobals->myPB.ciPB));
2063 if ( (theGlobals->myPB.ciPB.dirInfo.ioFlAttrib & kioFlAttribDirMask) != 0 )
2066 savedDir = theGlobals->myPB.ciPB.dirInfo.ioDrDirID; /* save dirID of directory instead */
2067 DeleteLevel(theGlobals->myPB.ciPB.dirInfo.ioDrDirID, theGlobals); /* Delete its contents */
2068 theGlobals->myPB.ciPB.dirInfo.ioNamePtr = NULL; /* prepare to delete directory */
2072 theGlobals->myPB.ciPB.dirInfo.ioDrDirID = savedDir; /* restore dirID */
2111 theGlobals.myPB.ciPB
[all...]
H A DMoreFilesExtras.h126 CInfoPBRec ciPB; member in union:UniversalFMPB

Completed in 139 milliseconds