Lines Matching defs:iterator
673 FSIterator iterator;
722 theGlobals->result = FSOpenIterator(&theGlobals->ref, kFSIterateFlat, &iterator);
730 theGlobals->result = FSGetCatalogInfoBulk( iterator, 1, &theGlobals->actualObjects,
767 // Close the FSIterator (closing an open iterator should never fail)
768 (void) FSCloseIterator(iterator);
1177 CatPositionRec iterator;
1192 iterator.initialize = 0;
1198 osErr = FSIterateForks(source, &iterator, &thisForkName, &thisForkSize, NULL);
1437 FSIterator iterator;
1442 theGlobals->result = FSOpenIterator(container, kFSIterateFlat + kFSIterateDelete, &iterator);
1448 theGlobals->result = FSGetCatalogInfoBulk( iterator, 1, &theGlobals->actualObjects,
1478 // close the FSIterator (closing an open iterator should never fail)
1479 myverify_noerr(FSCloseIterator(iterator));