Searched defs:copyBufferPtr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c452 void *copyBufferPtr,
459 structure in a new location. If copyBufferPtr <> NIL, it points to
462 copyBufferPtr = NIL, then this routine allocates a buffer in the
489 copyBufferPtr input: Points to a buffer of copyBufferSize that
494 by copyBufferPtr.
562 void *copyBufferPtr,
576 if ( copyBufferPtr == NULL )
582 copyBufferPtr = NewPtr(copyBufferSize);
583 if ( copyBufferPtr == NULL )
586 copyBufferPtr
556 FilteredDirectoryCopy(short srcVRefNum, long srcDirID, ConstStr255Param srcName, short dstVRefNum, long dstDirID, ConstStr255Param dstName, void *copyBufferPtr, long copyBufferSize, Boolean preflight, CopyErrProcPtr copyErrHandler, CopyFilterProcPtr copyFilterProc, ConstStr255Param newName) argument
772 MacFSpDirectoryCopyRename(const FSSpec *srcSpec, const FSSpec *dstSpec, ConstStr255Param newName, void *copyBufferPtr, long copyBufferSize, Boolean preflight, CopyErrProcPtr copyErrHandler) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c132 void *copyBufferPtr,
142 require_action((NULL != copyBufferPtr) && (0 != copyBufferSize), BadParameter, result = paramErr);
171 srcResult = FSReadFork(srcRefNum, fsAtMark + noCacheMask, 0, copyBufferSize, copyBufferPtr, &readActualCount);
172 dstResult = FSWriteFork(dstRefNum, fsAtMark + noCacheMask, 0, readActualCount, copyBufferPtr, NULL);
129 FSCopyFork( SInt16 srcRefNum, SInt16 dstRefNum, void *copyBufferPtr, ByteCount copyBufferSize) argument

Completed in 2053 milliseconds