Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_hashtable.h45 typedef int (*_Py_hashtable_compare_func) (const void *key1, const void *key2); typedef
67 _Py_hashtable_compare_func compare_func;
83 _Py_hashtable_compare_func compare_func);
87 _Py_hashtable_compare_func compare_func,
/third_party/python/Python/
Dhashtable.c317 _Py_hashtable_compare_func compare_func, in _Py_hashtable_new_full()
364 _Py_hashtable_compare_func compare_func) in _Py_hashtable_new()
/third_party/python/Modules/
D_tracemalloc.c240 _Py_hashtable_compare_func compare_func, in hashtable_new()