unpack_entry     1314 cache.h        extern void *unpack_entry(struct packed_git *, off_t, enum object_type *, unsigned long *);
unpack_entry     1316 fast-import.c  	return unpack_entry(p, oe->idx.offset, &type, sizep);
unpack_entry      119 pack-check.c   		data = unpack_entry(p, entries[i].offset, &type, &size);
unpack_entry     2182 sha1_file.c    		return unpack_entry(p, base_offset, type, base_size);