Lines Matching defs:value
154 int hashmap_insert(struct hashmap *map, long key, long value,173 *old_value = entry->value;177 entry->value = value;199 entry->value = value;206 bool hashmap_find(const struct hashmap *map, long key, long *value)215 if (value)216 *value = entry->value;233 *old_value = entry->value;