Searched defs:bitmap_disk_header (Results 1 – 6 of 6) sorted by relevance
17 struct bitmap_disk_header { struct18 char magic[ARRAY_SIZE(BITMAP_IDX_SIGNATURE)];19 uint16_t version;20 uint16_t options;21 uint32_t entry_count;22 unsigned char checksum[GIT_MAX_RAWSZ];
17 const struct idx_entry *entry2 = e2;19 return -1;20 if (entry1->offset > entry2->offset)22 return 0;25 int check_pack_crc(struct packed_git *p, struct pack_window **w_curs,
14 struct bitmap_disk_header { struct15 char magic[ARRAY_SIZE(BITMAP_IDX_SIGNATURE)];16 uint16_t version;17 uint16_t options;18 uint32_t entry_count;19 unsigned char checksum[GIT_MAX_RAWSZ];