libhfs.c | 550 hfs_catalog_keyed_record_t lastrec; local in function:hfslib_find_catalog_record_with_key 637 memcpy(out_rec, &lastrec, 658 memcpy(&lastrec, out_rec, sizeof(hfs_catalog_keyed_record_t)); 691 hfs_extent_record_t lastrec; local in function:hfslib_find_extent_record_with_key 738 memcpy(&lastrec, out_rec, sizeof(hfs_extent_record_t)); 749 memcpy(out_rec, &lastrec, sizeof(hfs_extent_record_t));
|