Lines Matching defs:dstVRefNum
56 #define CallCopyErrProc(userRoutine, error, failedOperation, srcVRefNum, srcDirID, srcName, dstVRefNum, dstDirID, dstName) \
57 (*(userRoutine))((error), (failedOperation), (srcVRefNum), (srcDirID), (srcName), (dstVRefNum), (dstDirID), (dstName))
157 short dstVRefNum,
246 short dstVRefNum,
255 error = XGetVolumeInfoNoName(NULL, dstVRefNum, &pb);
449 short dstVRefNum,
485 dstVRefNum input: Destination volume specification.
559 short dstVRefNum,
619 error = GetDirectoryID(dstVRefNum, dstDirID, dstName, &dstDirID, &isDirectory);
637 error = DetermineVRefNum(dstName, dstVRefNum, &dstVRefNum);
645 error = PreflightDirectoryCopySpace(srcVRefNum, srcDirID, dstVRefNum, copyFilterProc, &spaceOK);
681 error = GetDirName(dstVRefNum, fsRtDirID, oldDiskName);
688 error = HRename(dstVRefNum, fsRtParID, oldDiskName, srcDirName);
695 error = DirCreate(dstVRefNum, dstDirID, srcDirName, &dstDirID);
704 dstVRefNum, dstDirID, srcDirName) )
728 theGlobals.destinationVRefNum = dstVRefNum; /* so we can get to it always */
743 (void) DTCopyComment(srcVRefNum, srcDirID, NULL, dstVRefNum, dstDirID, NULL);
747 dstVRefNum, dstDirID, NULL, true);
754 dstVRefNum, dstDirID, NULL);