object_entry 34 builtin/index-pack.c struct object_entry *obj; object_entry 63 builtin/index-pack.c static struct object_entry *objects; object_entry 480 builtin/index-pack.c static void *unpack_raw_entry(struct object_entry *obj, object_entry 547 builtin/index-pack.c static void *unpack_data(struct object_entry *obj, object_entry 608 builtin/index-pack.c static void *get_data_from_pack(struct object_entry *obj) object_entry 723 builtin/index-pack.c struct object_entry *entry; object_entry 757 builtin/index-pack.c static int check_collison(struct object_entry *entry) object_entry 780 builtin/index-pack.c static void sha1_object(const void *data, struct object_entry *obj_entry, object_entry 890 builtin/index-pack.c struct object_entry *obj = c->obj; object_entry 926 builtin/index-pack.c static void resolve_delta(struct object_entry *delta_obj, object_entry 999 builtin/index-pack.c struct object_entry *child = objects + ref_deltas[base->ref_first].obj_no; object_entry 1015 builtin/index-pack.c struct object_entry *child = objects + ofs_deltas[base->ofs_first].obj_no; object_entry 1069 builtin/index-pack.c static void resolve_base(struct object_entry *obj) object_entry 1121 builtin/index-pack.c struct object_entry *obj = &objects[i]; object_entry 1161 builtin/index-pack.c struct object_entry *obj = &objects[i]; object_entry 1216 builtin/index-pack.c struct object_entry *obj = &objects[i]; object_entry 1297 builtin/index-pack.c static struct object_entry *append_obj_to_pack(struct sha1file *f, object_entry 1301 builtin/index-pack.c struct object_entry *obj = &objects[nr_objects++]; object_entry 1567 builtin/index-pack.c struct object_entry *obj = &objects[i]; object_entry 1579 builtin/index-pack.c struct object_entry *bobj = &objects[obj_stat[i].base_object_no]; object_entry 1747 builtin/index-pack.c objects = xcalloc(nr_objects + 1, sizeof(struct object_entry)); object_entry 101 builtin/pack-objects.c static void *get_delta(struct object_entry *entry) object_entry 236 builtin/pack-objects.c static unsigned long write_no_reuse_object(struct sha1file *f, struct object_entry *entry, object_entry 344 builtin/pack-objects.c static unsigned long write_reuse_object(struct sha1file *f, struct object_entry *entry, object_entry 419 builtin/pack-objects.c struct object_entry *entry, object_entry 491 builtin/pack-objects.c struct object_entry *e, object_entry 547 builtin/pack-objects.c struct object_entry *entry = packlist_find(&to_pack, oid->hash, NULL); object_entry 559 builtin/pack-objects.c static inline void add_to_write_order(struct object_entry **wo, object_entry 561 builtin/pack-objects.c struct object_entry *e) object_entry 569 builtin/pack-objects.c static void add_descendants_to_write_order(struct object_entry **wo, object_entry 571 builtin/pack-objects.c struct object_entry *e) object_entry 576 builtin/pack-objects.c struct object_entry *s; object_entry 612 builtin/pack-objects.c static void add_family_to_write_order(struct object_entry **wo, object_entry 614 builtin/pack-objects.c struct object_entry *e) object_entry 616 builtin/pack-objects.c struct object_entry *root; object_entry 623 builtin/pack-objects.c static struct object_entry **compute_write_order(void) object_entry 627 builtin/pack-objects.c struct object_entry **wo = xmalloc(to_pack.nr_objects * sizeof(*wo)); object_entry 628 builtin/pack-objects.c struct object_entry *objects = to_pack.objects; object_entry 643 builtin/pack-objects.c struct object_entry *e = &objects[--i]; object_entry 768 builtin/pack-objects.c struct object_entry **write_order; object_entry 796 builtin/pack-objects.c struct object_entry *e = write_order[i]; object_entry 924 builtin/pack-objects.c struct object_entry *entry; object_entry 992 builtin/pack-objects.c struct object_entry *entry; object_entry 1326 builtin/pack-objects.c static void check_object(struct object_entry *entry) object_entry 1332 builtin/pack-objects.c struct object_entry *base_entry; object_entry 1457 builtin/pack-objects.c const struct object_entry *a = *(struct object_entry **)_a; object_entry 1458 builtin/pack-objects.c const struct object_entry *b = *(struct object_entry **)_b; object_entry 1475 builtin/pack-objects.c struct object_entry **sorted_by_offset; object_entry 1477 builtin/pack-objects.c sorted_by_offset = xcalloc(to_pack.nr_objects, sizeof(struct object_entry *)); object_entry 1483 builtin/pack-objects.c struct object_entry *entry = sorted_by_offset[i]; object_entry 1503 builtin/pack-objects.c const struct object_entry *a = *(struct object_entry **)_a; object_entry 1504 builtin/pack-objects.c const struct object_entry *b = *(struct object_entry **)_b; object_entry 1526 builtin/pack-objects.c struct object_entry *entry; object_entry 1576 builtin/pack-objects.c struct object_entry *trg_entry = trg->entry; object_entry 1577 builtin/pack-objects.c struct object_entry *src_entry = src->entry; object_entry 1716 builtin/pack-objects.c static unsigned int check_delta_limit(struct object_entry *me, unsigned int n) object_entry 1718 builtin/pack-objects.c struct object_entry *child = me->delta_child; object_entry 1744 builtin/pack-objects.c static void find_deltas(struct object_entry **list, unsigned *list_size, object_entry 1754 builtin/pack-objects.c struct object_entry *entry; object_entry 1901 builtin/pack-objects.c struct object_entry **list; object_entry 1967 builtin/pack-objects.c static void ll_find_deltas(struct object_entry **list, unsigned list_size, object_entry 2113 builtin/pack-objects.c struct object_entry **delta_list; object_entry 2136 builtin/pack-objects.c struct object_entry *entry = to_pack.objects + i; object_entry 182 fast-import.c struct object_entry *next; object_entry 190 fast-import.c struct object_entry *next_free; object_entry 191 fast-import.c struct object_entry *end; object_entry 192 fast-import.c struct object_entry entries[FLEX_ARRAY]; /* more */ object_entry 197 fast-import.c struct object_entry *marked[1024]; object_entry 326 fast-import.c static struct object_entry *object_table[1 << 16]; object_entry 550 fast-import.c + cnt * sizeof(struct object_entry)); object_entry 558 fast-import.c static struct object_entry *new_object(unsigned char *sha1) object_entry 560 fast-import.c struct object_entry *e; object_entry 570 fast-import.c static struct object_entry *find_object(unsigned char *sha1) object_entry 573 fast-import.c struct object_entry *e; object_entry 580 fast-import.c static struct object_entry *insert_object(unsigned char *sha1) object_entry 583 fast-import.c struct object_entry *e = object_table[h]; object_entry 652 fast-import.c static void insert_mark(uintmax_t idnum, struct object_entry *oe) object_entry 675 fast-import.c static struct object_entry *find_mark(uintmax_t idnum) object_entry 679 fast-import.c struct object_entry *oe = NULL; object_entry 894 fast-import.c struct object_entry *e; object_entry 1031 fast-import.c struct object_entry *e; object_entry 1169 fast-import.c struct object_entry *e; object_entry 1291 fast-import.c struct object_entry *oe, object_entry 1336 fast-import.c struct object_entry *myoe; object_entry 1434 fast-import.c struct object_entry *le = NULL; object_entry 1844 fast-import.c struct object_entry *e; object_entry 2300 fast-import.c struct object_entry *oe; object_entry 2464 fast-import.c struct object_entry *oe; object_entry 2512 fast-import.c struct object_entry *commit_oe = find_mark(commit_mark); object_entry 2616 fast-import.c struct object_entry *oe = find_mark(idnum); object_entry 2660 fast-import.c struct object_entry *oe = find_mark(idnum); object_entry 2814 fast-import.c struct object_entry *oe; object_entry 2820 fast-import.c struct object_entry *oe = find_object(sha1); object_entry 2890 fast-import.c static void cat_blob(struct object_entry *oe, unsigned char sha1[20]) object_entry 2937 fast-import.c struct object_entry *oe = oe; object_entry 2954 fast-import.c struct object_entry *oe = oe; object_entry 2974 fast-import.c static struct object_entry *dereference(struct object_entry *oe, object_entry 3025 fast-import.c static struct object_entry *parse_treeish_dataref(const char **p) object_entry 3028 fast-import.c struct object_entry *e; object_entry 3087 fast-import.c struct object_entry *e = parse_treeish_dataref(&p); object_entry 3485 fast-import.c fprintf(stderr, "Memory total: %10" PRIuMAX " KiB\n", (total_allocd + alloc_count*sizeof(struct object_entry))/1024); object_entry 3487 fast-import.c fprintf(stderr, " objects: %10" PRIuMAX " KiB\n", (alloc_count*sizeof(struct object_entry))/1024); object_entry 62 pack-bitmap-write.c struct object_entry *entry = (struct object_entry *)index[i]; object_entry 141 pack-bitmap-write.c struct object_entry *entry = packlist_find(writer.to_pack, sha1, NULL); object_entry 497 pack-bitmap-write.c struct object_entry *entry = (struct object_entry *)index[i]; object_entry 1044 pack-bitmap.c struct object_entry *oe; object_entry 43 pack-objects.c struct object_entry *entry; object_entry 66 pack-objects.c struct object_entry *packlist_find(struct packing_data *pdata, object_entry 87 pack-objects.c struct object_entry *packlist_alloc(struct packing_data *pdata, object_entry 91 pack-objects.c struct object_entry *new_entry; object_entry 9 pack-objects.h struct object_entry *delta; /* delta base object */ object_entry 10 pack-objects.h struct object_entry *delta_child; /* deltified objects who bases me */ object_entry 11 pack-objects.h struct object_entry *delta_sibling; /* other deltified objects who object_entry 33 pack-objects.h struct object_entry *objects; object_entry 40 pack-objects.h struct object_entry *packlist_alloc(struct packing_data *pdata, object_entry 44 pack-objects.h struct object_entry *packlist_find(struct packing_data *pdata,