hashmap_entry 41 builtin/describe.c struct hashmap_entry entry; hashmap_entry 88 builtin/fast-export.c struct hashmap_entry hash; hashmap_entry 151 cache.h struct hashmap_entry ent; hashmap_entry 1497 cache.h struct hashmap_entry ent; hashmap_entry 256 diffcore-rename.c struct hashmap_entry entry; hashmap_entry 62 hashmap.c map->table = xcalloc(size, sizeof(struct hashmap_entry *)); hashmap_entry 78 hashmap.c const struct hashmap_entry *e1, const struct hashmap_entry *e2, hashmap_entry 85 hashmap.c const struct hashmap_entry *key) hashmap_entry 93 hashmap.c struct hashmap_entry **oldtable = map->table; hashmap_entry 97 hashmap.c struct hashmap_entry *e = oldtable[i]; hashmap_entry 99 hashmap.c struct hashmap_entry *next = e->next; hashmap_entry 109 hashmap.c static inline struct hashmap_entry **find_entry_ptr(const struct hashmap *map, hashmap_entry 110 hashmap.c const struct hashmap_entry *key, const void *keydata) hashmap_entry 112 hashmap.c struct hashmap_entry **e = &map->table[bucket(map, key)]; hashmap_entry 144 hashmap.c struct hashmap_entry *e; hashmap_entry 160 hashmap.c struct hashmap_entry *e = ((struct hashmap_entry *) entry)->next; hashmap_entry 172 hashmap.c ((struct hashmap_entry *) entry)->next = map->table[b]; hashmap_entry 183 hashmap.c struct hashmap_entry *old; hashmap_entry 184 hashmap.c struct hashmap_entry **e = find_entry_ptr(map, key, keydata); hashmap_entry 202 hashmap.c struct hashmap_entry *old = hashmap_remove(map, entry, NULL); hashmap_entry 216 hashmap.c struct hashmap_entry *current = iter->next; hashmap_entry 231 hashmap.c struct hashmap_entry ent; hashmap_entry 30 hashmap.h struct hashmap_entry *next; hashmap_entry 38 hashmap.h struct hashmap_entry **table; hashmap_entry 45 hashmap.h struct hashmap_entry *next; hashmap_entry 59 hashmap.h struct hashmap_entry *e = entry; hashmap_entry 74 hashmap.h struct hashmap_entry key; hashmap_entry 12 name-hash.c struct hashmap_entry ent; hashmap_entry 160 remote.c struct hashmap_entry lookup_entry; hashmap_entry 757 remote.c struct hashmap_entry lookup_entry; hashmap_entry 14 remote.h struct hashmap_entry ent; /* must be first */ hashmap_entry 24 submodule-config.c struct hashmap_entry ent; hashmap_entry 6 test-hashmap.c struct hashmap_entry ent; hashmap_entry 215 test-hashmap.c struct hashmap_entry key;