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/
Dpycore_hashtable.h121 _Py_hashtable_get_entry(_Py_hashtable_t *ht, const void *key) in _Py_hashtable_get_entry() function
/third_party/python/Modules/
D_testinternalcapi.c201 _Py_hashtable_entry_t *entry = _Py_hashtable_get_entry(table, TO_PTR(key)); in test_hashtable()
218 assert(_Py_hashtable_get_entry(table, TO_PTR(key)) == NULL); in test_hashtable()
D_tracemalloc.c339 entry = _Py_hashtable_get_entry(tracemalloc_filenames, filename); in tracemalloc_get_frame()
434 entry = _Py_hashtable_get_entry(tracemalloc_tracebacks, traceback); in traceback_new()
/third_party/python/Python/
Dmarshal.c305 entry = _Py_hashtable_get_entry(p->hashtable, v); in w_ref()