Searched refs:find_in_hashmap (Results 1 – 1 of 1) sorted by relevance
57 static bucket_t *find_in_hashmap(const char *);112 if ((new = find_in_hashmap(version)) == NULL) { in add_parent()125 if ((child = find_in_hashmap(after)) == NULL) { in add_parent()156 if ((new = find_in_hashmap(version)) == NULL) { in add_uncle()168 if ((child = find_in_hashmap(after)) == NULL) { in add_uncle()196 if ((v = find_in_hashmap(version)) == NULL) { in set_weak()235 if ((b = find_in_hashmap(version)) == NULL) { in add_by_name()668 if (find_in_hashmap(version_name) != NULL) { in add_to_hashmap()691 find_in_hashmap(const char *version_name) in find_in_hashmap() function