aboutsummaryrefslogtreecommitdiffstats
path: root/replace_object.c
diff options
context:
space:
mode:
Diffstat (limited to 'replace_object.c')
0 files changed, 0 insertions, 0 deletions
ss='deletions'>-115/+204 2019-10-07hashmap_get{,_from_hash} return "struct hashmap_entry *"Eric Wong20-41/+72 2019-10-07hashmap: use *_entry APIs to wrap container_ofEric Wong6-40/+73 2019-10-07hashmap_get_next returns "struct hashmap_entry *"Eric Wong6-23/+39 2019-10-07introduce container_of macroEric Wong1-0/+10 2019-10-07hashmap_put takes "struct hashmap_entry *"Eric Wong11-12/+15 2019-10-07hashmap_remove takes "const struct hashmap_entry *"Eric Wong9-10/+11 2019-10-07hashmap_get takes "const struct hashmap_entry *"Eric Wong14-23/+28 2019-10-07hashmap_add takes "struct hashmap_entry *"Eric Wong20-31/+31 2019-10-07hashmap_get_next takes "const struct hashmap_entry *"Eric Wong6-8/+11 2019-10-07hashmap_entry_init takes "struct hashmap_entry *"Eric Wong23-52/+55 2019-10-07packfile: use hashmap_entry in delta_base_cache_entryEric Wong1-1/+1