hashmap 29 builtin/describe.c static struct hashmap names; hashmap 108 builtin/fast-export.c static const void *anonymize_mem(struct hashmap *map, hashmap 143 builtin/fast-export.c struct hashmap *map, hashmap 317 builtin/fast-export.c static struct hashmap paths; hashmap 336 builtin/fast-export.c static struct hashmap sha1s; hashmap 441 builtin/fast-export.c static struct hashmap refs; hashmap 474 builtin/fast-export.c static struct hashmap idents; hashmap 694 builtin/fast-export.c static struct hashmap tags; hashmap 315 cache.h struct hashmap name_hash; hashmap 316 cache.h struct hashmap dir_hash; hashmap 1519 cache.h struct hashmap config_hash; hashmap 271 diffcore-rename.c static int find_identical_files(struct hashmap *srcs, hashmap 320 diffcore-rename.c static void insert_file_table(struct hashmap *table, int index, struct diff_filespec *filespec) hashmap 341 diffcore-rename.c struct hashmap file_table; hashmap 59 hashmap.c static void alloc_table(struct hashmap *map, unsigned int size) hashmap 77 hashmap.c static inline int entry_equals(const struct hashmap *map, hashmap 84 hashmap.c static inline unsigned int bucket(const struct hashmap *map, hashmap 90 hashmap.c static void rehash(struct hashmap *map, unsigned int newsize) hashmap 109 hashmap.c static inline struct hashmap_entry **find_entry_ptr(const struct hashmap *map, hashmap 123 hashmap.c void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function, hashmap 138 hashmap.c void hashmap_free(struct hashmap *map, int free_entries) hashmap 153 hashmap.c void *hashmap_get(const struct hashmap *map, const void *key, const void *keydata) hashmap 158 hashmap.c void *hashmap_get_next(const struct hashmap *map, const void *entry) hashmap 167 hashmap.c void hashmap_add(struct hashmap *map, void *entry) hashmap 181 hashmap.c void *hashmap_remove(struct hashmap *map, const void *key, const void *keydata) hashmap 200 hashmap.c void *hashmap_put(struct hashmap *map, void *entry) hashmap 207 hashmap.c void hashmap_iter_init(struct hashmap *map, struct hashmap_iter *iter) hashmap 246 hashmap.c static struct hashmap map; hashmap 44 hashmap.h struct hashmap *map; hashmap 51 hashmap.h extern void hashmap_init(struct hashmap *map, hashmap_cmp_fn equals_function, hashmap 53 hashmap.h extern void hashmap_free(struct hashmap *map, int free_entries); hashmap 63 hashmap.h extern void *hashmap_get(const struct hashmap *map, const void *key, hashmap 65 hashmap.h extern void *hashmap_get_next(const struct hashmap *map, const void *entry); hashmap 66 hashmap.h extern void hashmap_add(struct hashmap *map, void *entry); hashmap 67 hashmap.h extern void *hashmap_put(struct hashmap *map, void *entry); hashmap 68 hashmap.h extern void *hashmap_remove(struct hashmap *map, const void *key, hashmap 71 hashmap.h static inline void *hashmap_get_from_hash(const struct hashmap *map, hashmap 81 hashmap.h extern void hashmap_iter_init(struct hashmap *map, struct hashmap_iter *iter); hashmap 83 hashmap.h static inline void *hashmap_iter_first(struct hashmap *map, hashmap 45 remote.c static struct hashmap remotes_hash; hashmap 15 submodule-config.c struct hashmap for_path; hashmap 16 submodule-config.c struct hashmap for_name; hashmap 78 test-hashmap.c struct hashmap map; hashmap 144 test-hashmap.c struct hashmap map; hashmap 74 xdiff/xpatience.c static void insert_record(int line, struct hashmap *map, int pass) hashmap 132 xdiff/xpatience.c struct hashmap *result, hashmap 189 xdiff/xpatience.c static struct entry *find_longest_common_sequence(struct hashmap *map) hashmap 222 xdiff/xpatience.c static int match(struct hashmap *map, int line1, int line2) hashmap 234 xdiff/xpatience.c static int walk_common_sequence(struct hashmap *map, struct entry *first, hashmap 262 xdiff/xpatience.c struct hashmap submap; hashmap 287 xdiff/xpatience.c static int fall_back_to_classic_diff(struct hashmap *map, hashmap 307 xdiff/xpatience.c struct hashmap map;