Searched refs:hash_map_erase (Results 1 – 7 of 7) sorted by relevance
97 bool hash_map_erase(hash_map_t *hash_map, const void *key);
149 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()219 hash_map_erase(partial_packets, (void *)(uintptr_t)handle); in reassemble_and_dispatch()
75 hash_map_erase(dispatcher->dispatch_table, (void *)type); in data_dispatcher_register()
173 hash_map_erase(allocations, ptr); in allocation_tracker_notify_free()
158 bool hash_map_erase(hash_map_t *hash_map, const void *key) { in hash_map_erase() function
147 hash_map_erase(hash_map, (void*)data[i].key); in TEST_F()
85 hash_map_erase(background_connections, address); in background_connection_remove()