hashmap_get       120 builtin/fast-export.c 	ret = hashmap_get(map, &key, NULL);
hashmap_get      1324 config.c       	found_entry = hashmap_get(&cs->config_hash, &k, NULL);
hashmap_get       256 hashmap.c      	e = hashmap_get(&map, &key, data);
hashmap_get        63 hashmap.h      extern void *hashmap_get(const struct hashmap *map, const void *key,
hashmap_get        76 hashmap.h      	return hashmap_get(map, &key, keydata);
hashmap_get        32 name-hash.c    	return hashmap_get(&istate->dir_hash, &key, name);
hashmap_get       170 remote.c       	if ((ret = hashmap_get(&remotes_hash, &lookup_entry, &lookup)) != NULL)
hashmap_get       765 remote.c       	return hashmap_get(&remotes_hash, &lookup_entry, &lookup) != NULL;
hashmap_get       138 submodule-config.c 	entry = hashmap_get(&cache->for_path, &key, NULL);
hashmap_get       158 submodule-config.c 	entry = hashmap_get(&cache->for_name, &key, NULL);