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

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c231 ItemCount otherForksCount);
241 ItemCount otherForksCount);
870 ItemCount otherForksCount, local
877 otherForksCount = 0;
885 osErr = CalculateForksToCopy(source, &dataFork, &rsrcFork, &otherForks, &otherForksCount);
896 osErr = OpenAllForks(dest, &dataFork, &rsrcFork, otherForks, otherForksCount);
904 for (thisForkIndex = 0; thisForkIndex < otherForksCount && osErr == noErr; thisForkIndex++)
913 OSErr osErr2 = CloseAllForks(dataFork.forkDestRefNum, rsrcFork.forkDestRefNum, otherForks, otherForksCount);
941 ItemCount otherForksCount)
952 if (osErr == noErr && otherForks != NULL && otherForksCount >
937 OpenAllForks( const FSRef *dest, const ForkTrackerPtr dataFork, const ForkTrackerPtr rsrcFork, ForkTrackerPtr otherForks, ItemCount otherForksCount) argument
1121 CloseAllForks(SInt16 dataRefNum, SInt16 rsrcRefNum, ForkTrackerPtr otherForks, ItemCount otherForksCount) argument
1181 ItemCount otherForksCount; local
[all...]

Completed in 45 milliseconds