Searched refs:tmpIterator (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c437 struct BTreeIterator *tmpIterator = NULL; local
450 MALLOC (tmpIterator, struct BTreeIterator*, sizeof(struct BTreeIterator), M_TEMP, M_WAITOK);
451 if (tmpIterator == NULL) {
457 bzero (tmpIterator, sizeof(*tmpIterator));
525 FREE (tmpIterator, M_TEMP);
544 FREE (tmpIterator, M_TEMP);
580 (void) BTInvalidateHint(tmpIterator);
581 BlockMoveData(&(extentsBuffer[j].extentKey), &tmpIterator->key, btKeySize);
584 err = BTInsertRecord(fcb, tmpIterator,
635 struct BTreeIterator *tmpIterator = NULL; local
[all...]

Completed in 28 milliseconds