Home
last modified time | relevance | path

Searched refs:key_destroy_func (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
Dghash.c72 GDestroyNotify key_destroy_func; member
331 if (notify && hash_table->key_destroy_func) in g_hash_table_remove_node()
332 hash_table->key_destroy_func (node->key); in g_hash_table_remove_node()
370 if (notify && hash_table->key_destroy_func) in g_hash_table_remove_all_nodes()
371 hash_table->key_destroy_func (node->key); in g_hash_table_remove_all_nodes()
506 GDestroyNotify key_destroy_func, in g_hash_table_new_full() argument
521 hash_table->key_destroy_func = key_destroy_func; in g_hash_table_new_full()
871 if (hash_table->key_destroy_func) in g_hash_table_insert_internal()
872 hash_table->key_destroy_func (node->key); in g_hash_table_insert_internal()
877 if (hash_table->key_destroy_func) in g_hash_table_insert_internal()
[all …]
Dgcache.h49 GCacheDestroyFunc key_destroy_func,
Dgtree.h51 GDestroyNotify key_destroy_func,
Dghash.h64 GDestroyNotify key_destroy_func,