Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.c76 GDestroyNotify key_destroy_func; member
96 GDestroyNotify key_destroy_func,
99 GDestroyNotify key_destroy_func,
154 GDestroyNotify key_destroy_func, in g_hash_table_new_full() argument
165 hash_table->key_destroy_func = key_destroy_func; in g_hash_table_new_full()
218 hash_table->key_destroy_func,
373 if (hash_table->key_destroy_func) in g_hash_table_insert()
374 hash_table->key_destroy_func (key); in g_hash_table_insert()
418 if (hash_table->key_destroy_func)
419 hash_table->key_destroy_func ((*node)->key);
[all …]
Dghash.in.h59 GDestroyNotify key_destroy_func,
/third_party/glib/glib/deprecated/
Dgcache.c88 GCacheDestroyFunc key_destroy_func; member
176 GCacheDestroyFunc key_destroy_func, in g_cache_new() argument
186 g_return_val_if_fail (key_destroy_func != NULL, NULL); in g_cache_new()
195 cache->key_destroy_func = key_destroy_func; in g_cache_new()
298 (* cache->key_destroy_func) (key); in g_cache_remove()
Dgcache.h50 GCacheDestroyFunc key_destroy_func,
/third_party/glib/glib/
Dgtree.c82 GDestroyNotify key_destroy_func; member
210 GDestroyNotify key_destroy_func, in g_tree_new_full() argument
220 tree->key_destroy_func = key_destroy_func; in g_tree_new_full()
355 if (tree->key_destroy_func) in g_tree_remove_all()
356 tree->key_destroy_func (node->key); in g_tree_remove_all()
599 if (tree->key_destroy_func) in g_tree_insert_internal()
600 tree->key_destroy_func (node->key); in g_tree_insert_internal()
607 if (tree->key_destroy_func) in g_tree_insert_internal()
608 tree->key_destroy_func (key); in g_tree_insert_internal()
956 if (tree->key_destroy_func) in g_tree_remove_internal()
[all …]
Dghash.c282 GDestroyNotify key_destroy_func; member
551 if (notify && hash_table->key_destroy_func) in g_hash_table_remove_node()
552 hash_table->key_destroy_func (key); in g_hash_table_remove_node()
636 (hash_table->key_destroy_func == NULL && in g_hash_table_remove_all_nodes()
702 if (hash_table->key_destroy_func != NULL) in g_hash_table_remove_all_nodes()
703 hash_table->key_destroy_func (key); in g_hash_table_remove_all_nodes()
1066 GDestroyNotify key_destroy_func, in g_hash_table_new_full() argument
1080 hash_table->key_destroy_func = key_destroy_func; in g_hash_table_new_full()
1351 if (hash_table->key_destroy_func && !reusing_key) in g_hash_table_insert_node()
1352 (* hash_table->key_destroy_func) (key_to_free); in g_hash_table_insert_node()
Dgtree.h79 GDestroyNotify key_destroy_func,
Dghash.h62 GDestroyNotify key_destroy_func,
/third_party/python/Python/
Dhashtable.c318 _Py_hashtable_destroy_func key_destroy_func, in _Py_hashtable_new_full() argument
350 ht->key_destroy_func = key_destroy_func; in _Py_hashtable_new_full()
374 if (ht->key_destroy_func) { in _Py_hashtable_destroy_entry()
375 ht->key_destroy_func(entry->key); in _Py_hashtable_destroy_entry()
/third_party/python/Include/internal/
Dpycore_hashtable.h68 _Py_hashtable_destroy_func key_destroy_func; member
88 _Py_hashtable_destroy_func key_destroy_func,
/third_party/python/Modules/
D_tracemalloc.c241 _Py_hashtable_destroy_func key_destroy_func, in hashtable_new() argument
246 key_destroy_func, value_destroy_func, in hashtable_new()
/third_party/glib/glib/tests/
Dhash.c1370 GDestroyNotify key_destroy_func; member