Home
last modified time | relevance | path

Searched refs:_Py_hashtable_get_entry (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_hashtable.h121 _Py_hashtable_get_entry(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry() function
130 Use _Py_hashtable_get_entry() to distinguish entry value equal to NULL
/third_party/python/Modules/
H A D_testinternalcapi.c206 // Test _Py_hashtable_get_entry() in test_hashtable()
208 _Py_hashtable_entry_t *entry = _Py_hashtable_get_entry(table, TO_PTR(key)); in test_hashtable()
225 assert(_Py_hashtable_get_entry(table, TO_PTR(key)) == NULL); in test_hashtable()
H A D_tracemalloc.c343 entry = _Py_hashtable_get_entry(tracemalloc_filenames, filename); in tracemalloc_get_frame()
442 entry = _Py_hashtable_get_entry(tracemalloc_tracebacks, traceback); in traceback_new()
/third_party/python/Python/
H A Dmarshal.c312 entry = _Py_hashtable_get_entry(p->hashtable, v); in w_ref()

Completed in 11 milliseconds