Searched refs:value_destroy_func (Results 1 – 12 of 12) sorted by relevance
77 GDestroyNotify value_destroy_func; member97 GDestroyNotify value_destroy_func);100 GDestroyNotify value_destroy_func);155 GDestroyNotify value_destroy_func) in g_hash_table_new_full() argument166 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 …]
60 GDestroyNotify value_destroy_func);
82 GCacheDestroyFunc value_destroy_func; member174 GCacheDestroyFunc value_destroy_func, in g_cache_new() argument184 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()
48 GCacheDestroyFunc value_destroy_func,
319 _Py_hashtable_destroy_func value_destroy_func, in _Py_hashtable_new_full() argument351 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()
69 _Py_hashtable_destroy_func value_destroy_func; member89 _Py_hashtable_destroy_func value_destroy_func,
83 GDestroyNotify value_destroy_func; member211 GDestroyNotify value_destroy_func) in g_tree_new_full() argument221 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()
283 GDestroyNotify value_destroy_func; member554 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() argument1081 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()
80 GDestroyNotify value_destroy_func);
63 GDestroyNotify value_destroy_func);
242 _Py_hashtable_destroy_func value_destroy_func) in hashtable_new() argument246 key_destroy_func, value_destroy_func, in hashtable_new()
1371 GDestroyNotify value_destroy_func; member