Home
last modified time | relevance | path

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

/external/python/cpython3/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()
/external/python/cpython3/Include/internal/
Dpycore_hashtable.h69 _Py_hashtable_destroy_func value_destroy_func; member
89 _Py_hashtable_destroy_func value_destroy_func,
/external/python/cpython3/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()