lookup_entry 286 contrib/convert-objects/convert-objects.c struct entry *entry = lookup_entry(sha1); lookup_entry 160 remote.c struct hashmap_entry lookup_entry; lookup_entry 168 remote.c hashmap_entry_init(&lookup_entry, memhash(name, len)); lookup_entry 170 remote.c if ((ret = hashmap_get(&remotes_hash, &lookup_entry, &lookup)) != NULL) lookup_entry 179 remote.c hashmap_entry_init(ret, lookup_entry.hash); lookup_entry 757 remote.c struct hashmap_entry lookup_entry; lookup_entry 763 remote.c hashmap_entry_init(&lookup_entry, memhash(name, lookup.len)); lookup_entry 765 remote.c return hashmap_get(&remotes_hash, &lookup_entry, &lookup) != NULL;