find_entry_ptr    155 hashmap.c      	return *find_entry_ptr(map, key, keydata);
find_entry_ptr    184 hashmap.c      	struct hashmap_entry **e = find_entry_ptr(map, key, keydata);