Lines Matching refs:PLAIN_HASHMAP
127 #define PLAIN_HASHMAP(h) \ macro
165 return (void*)hashmap_free_free_free(PLAIN_HASHMAP(h)); in ordered_hashmap_free_free_free()
183 return hashmap_put(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_put()
188 return hashmap_update(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_update()
193 return hashmap_replace(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_replace()
206 return hashmap_get2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_get2()
227 return hashmap_remove2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_remove2()
232 return hashmap_remove_value(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_remove_value()
237 return hashmap_remove_and_put(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_put()
242 return hashmap_remove_and_replace(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_replace()
248 #define hashmap_merge(h, other) internal_hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other))
325 hashmap_clear_free_free(PLAIN_HASHMAP(h)); in ordered_hashmap_clear_free_free()