Lines Matching defs:thisForkIndex
871 thisForkIndex;
904 for (thisForkIndex = 0; thisForkIndex < otherForksCount && osErr == noErr; thisForkIndex++)
905 osErr = CopyFork(source,dest, &otherForks[thisForkIndex], params);
943 ItemCount thisForkIndex;
954 for (thisForkIndex = 0; thisForkIndex < otherForksCount && osErr == noErr; thisForkIndex++)
965 osErr = FSCreateFork(dest, otherForks[thisForkIndex].forkName.length, otherForks[thisForkIndex].forkName.unicode);
975 osErr = FSOpenFork(dest, otherForks[thisForkIndex].forkName.length, otherForks[thisForkIndex].forkName.unicode, fsWrPerm, &otherForks[thisForkIndex].forkDestRefNum);
1123 ItemCount thisForkIndex;
1143 for (thisForkIndex = 0; thisForkIndex < otherForksCount; thisForkIndex++)
1145 if (otherForks[thisForkIndex].forkDestRefNum != 0)
1147 osErr2 = FSCloseFork(otherForks[thisForkIndex].forkDestRefNum);