Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h77 typedef int (*_Py_hashtable_compare_func) (struct _Py_hashtable_t *ht, typedef
100 _Py_hashtable_compare_func compare_func;
119 _Py_hashtable_compare_func compare_func);
126 _Py_hashtable_compare_func compare_func,
Dhashtable.c144 _Py_hashtable_compare_func compare_func, in _Py_hashtable_new_full()
185 _Py_hashtable_compare_func compare_func) in _Py_hashtable_new()
D_tracemalloc.c285 _Py_hashtable_compare_func compare_func) in hashtable_new()