Searched refs:old_key (Results 1 – 2 of 2) sorted by relevance
144 const void **old_key, void **old_value) in hashmap__insert() argument150 if (old_key) in hashmap__insert()151 *old_key = NULL; in hashmap__insert()158 if (old_key) in hashmap__insert()159 *old_key = entry->key; in hashmap__insert()209 const void **old_key, void **old_value) in hashmap__delete() argument218 if (old_key) in hashmap__delete()219 *old_key = entry->key; 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);