Searched refs:old_value (Results 1 – 2 of 2) sorted by relevance
144 const void **old_key, void **old_value) in hashmap__insert() argument152 if (old_value) in hashmap__insert()153 *old_value = NULL; in hashmap__insert()160 if (old_value) in hashmap__insert()161 *old_value = entry->value; in hashmap__insert()209 const void **old_key, void **old_value) in hashmap__delete() argument220 if (old_value) in hashmap__delete()221 *old_value = entry->value; in hashmap__delete()
97 const void **old_key, void **old_value);107 const void **old_key, void **old_value) in hashmap__set() argument110 old_key, old_value); in hashmap__set()115 const void **old_key, void **old_value) in hashmap__update() argument118 old_key, old_value); in hashmap__update()128 const void **old_key, void **old_value);