check_pack_crc    365 builtin/pack-objects.c 	    check_pack_crc(p, &w_curs, offset, datalen, revidx->nr)) {
check_pack_crc    113 pack-check.c   			if (check_pack_crc(p, w_curs, offset, len, nr))
check_pack_crc     80 pack.h         extern int check_pack_crc(struct packed_git *p, struct pack_window **w_curs, off_t offset, off_t len, unsigned int nr);
check_pack_crc   2303 sha1_file.c    			if (check_pack_crc(p, &w_curs, obj_offset, len, revidx->nr)) {