hashmap_remove    202 hashmap.c      	struct hashmap_entry *old = hashmap_remove(map, entry, NULL);
hashmap_remove     68 hashmap.h      extern void *hashmap_remove(struct hashmap *map, const void *key,
hashmap_remove     87 name-hash.c    		hashmap_remove(&istate->dir_hash, dir, NULL);
hashmap_remove    141 name-hash.c    	hashmap_remove(&istate->name_hash, ce, ce);
hashmap_remove    109 submodule-config.c 	removed = hashmap_remove(&cache->for_path, &e, NULL);
hashmap_remove    219 test-hashmap.c 			entry = hashmap_remove(&map, &key, p1);