Home
last modified time | relevance | path

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

/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dghash.c77 GDestroyNotify value_destroy_func; member
97 GDestroyNotify value_destroy_func);
100 GDestroyNotify value_destroy_func);
155 GDestroyNotify value_destroy_func) in g_hash_table_new_full() argument
166 hash_table->value_destroy_func = value_destroy_func; in g_hash_table_new_full()
219 hash_table->value_destroy_func);
376 if (hash_table->value_destroy_func) in g_hash_table_insert()
377 hash_table->value_destroy_func ((*node)->value); in g_hash_table_insert()
421 if (hash_table->value_destroy_func)
422 hash_table->value_destroy_func ((*node)->value);
[all …]
Dghash.in.h60 GDestroyNotify value_destroy_func);
/third_party/glib/glib/deprecated/
Dgcache.c82 GCacheDestroyFunc value_destroy_func; member
174 GCacheDestroyFunc value_destroy_func, in g_cache_new() argument
184 g_return_val_if_fail (value_destroy_func != NULL, NULL); in g_cache_new()
193 cache->value_destroy_func = value_destroy_func; in g_cache_new()
299 (* cache->value_destroy_func) (node->value); in g_cache_remove()
Dgcache.h48 GCacheDestroyFunc value_destroy_func,
/third_party/python/Python/
Dhashtable.c319 _Py_hashtable_destroy_func value_destroy_func, in _Py_hashtable_new_full() argument
351 ht->value_destroy_func = value_destroy_func; in _Py_hashtable_new_full()
377 if (ht->value_destroy_func) { in _Py_hashtable_destroy_entry()
378 ht->value_destroy_func(entry->value); in _Py_hashtable_destroy_entry()
/third_party/python/Include/internal/
Dpycore_hashtable.h69 _Py_hashtable_destroy_func value_destroy_func; member
89 _Py_hashtable_destroy_func value_destroy_func,
/third_party/glib/glib/
Dgtree.c83 GDestroyNotify value_destroy_func; member
211 GDestroyNotify value_destroy_func) in g_tree_new_full() argument
221 tree->value_destroy_func = value_destroy_func; in g_tree_new_full()
357 if (tree->value_destroy_func) in g_tree_remove_all()
358 tree->value_destroy_func (node->value); in g_tree_remove_all()
592 if (tree->value_destroy_func) in g_tree_insert_internal()
593 tree->value_destroy_func (node->value); in g_tree_insert_internal()
958 if (tree->value_destroy_func) in g_tree_remove_internal()
959 tree->value_destroy_func (node->value); in g_tree_remove_internal()
Dghash.c283 GDestroyNotify value_destroy_func; member
554 if (notify && hash_table->value_destroy_func) in g_hash_table_remove_node()
555 hash_table->value_destroy_func (value); in g_hash_table_remove_node()
637 hash_table->value_destroy_func == NULL)) in g_hash_table_remove_all_nodes()
705 if (hash_table->value_destroy_func != NULL) in g_hash_table_remove_all_nodes()
706 hash_table->value_destroy_func (value); in g_hash_table_remove_all_nodes()
1067 GDestroyNotify value_destroy_func) in g_hash_table_new_full() argument
1081 hash_table->value_destroy_func = value_destroy_func; in g_hash_table_new_full()
1353 if (hash_table->value_destroy_func) in g_hash_table_insert_node()
1354 (* hash_table->value_destroy_func) (value_to_free); in g_hash_table_insert_node()
Dgtree.h80 GDestroyNotify value_destroy_func);
Dghash.h63 GDestroyNotify value_destroy_func);
/third_party/python/Modules/
D_tracemalloc.c242 _Py_hashtable_destroy_func value_destroy_func) in hashtable_new() argument
246 key_destroy_func, value_destroy_func, in hashtable_new()
/third_party/glib/glib/tests/
Dhash.c1371 GDestroyNotify value_destroy_func; member