Searched refs:spaceOK (Results 1 - 4 of 4) 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 DFileCopy.c114 Boolean *spaceOK);
130 spaceOK output: true if there's enough space on the volume for
186 Boolean *spaceOK)
258 *spaceOK = ( ((srcDataBlks + srcResourceBlks) * dstBlksPerAllocBlk) <= dstFreeBlocks );
298 Boolean spaceOK; /* true if there's enough room to copy the file to the destination volume */ local
307 dstPathname, dstVRefNum, &spaceOK);
313 if ( !spaceOK )
181 PreflightFileCopySpace(short srcVRefNum, long srcDirID, ConstStr255Param srcName, ConstStr255Param dstVolName, short dstVRefNum, Boolean *spaceOK) argument
H A DDirectoryCopy.c132 Boolean *spaceOK);
221 Boolean *spaceOK)
251 *spaceOK = ((theGlobals.allocBlksNeeded * theGlobals.dstBlksPerAllocBlk) <= dstFreeBlocks);
435 Boolean spaceOK; local
507 error = PreflightDirectoryCopySpace(srcVRefNum, srcDirID, dstVRefNum, copyFilterProc, &spaceOK);
512 if ( !spaceOK )
217 PreflightDirectoryCopySpace(short srcVRefNum, long srcDirID, short dstVRefNum, CopyFilterProcPtr copyFilterProc, Boolean *spaceOK) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DFileCopy.c114 Boolean *spaceOK);
130 spaceOK output: true if there's enough space on the volume for
186 Boolean *spaceOK)
258 *spaceOK = ( ((srcDataBlks + srcResourceBlks) * dstBlksPerAllocBlk) <= dstFreeBlocks );
298 Boolean spaceOK; /* true if there's enough room to copy the file to the destination volume */ local
307 dstPathname, dstVRefNum, &spaceOK);
313 if ( !spaceOK )
181 PreflightFileCopySpace(short srcVRefNum, long srcDirID, ConstStr255Param srcName, ConstStr255Param dstVolName, short dstVRefNum, Boolean *spaceOK) argument
H A DDirectoryCopy.c132 Boolean *spaceOK);
221 Boolean *spaceOK)
251 *spaceOK = ((theGlobals.allocBlksNeeded * theGlobals.dstBlksPerAllocBlk) <= dstFreeBlocks);
435 Boolean spaceOK; local
507 error = PreflightDirectoryCopySpace(srcVRefNum, srcDirID, dstVRefNum, copyFilterProc, &spaceOK);
512 if ( !spaceOK )
217 PreflightDirectoryCopySpace(short srcVRefNum, long srcDirID, short dstVRefNum, CopyFilterProcPtr copyFilterProc, Boolean *spaceOK) argument

Completed in 111 milliseconds