Home
last modified time | relevance | path

Searched refs:_Py_hashtable_foreach (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
D_tracemalloc.c553 if (_Py_hashtable_foreach(tracemalloc_traces, tracemalloc_use_domain_cb, in tracemalloc_use_domain()
948 _Py_hashtable_foreach(tracemalloc_tracebacks, traceback_free_traceback, NULL); in tracemalloc_clear_traces()
951 _Py_hashtable_foreach(tracemalloc_filenames, tracemalloc_clear_filename, NULL); in tracemalloc_clear_traces()
1386 err = _Py_hashtable_foreach(get_traces.traces, in _tracemalloc__get_traces_impl()
1399 _Py_hashtable_foreach(get_traces.tracebacks, in _tracemalloc__get_traces_impl()
Dhashtable.h143 PyAPI_FUNC(int) _Py_hashtable_foreach(
Dhashtable.c394 _Py_hashtable_foreach(_Py_hashtable_t *ht, in _Py_hashtable_foreach() function
/external/python/cpython3/Python/
Dmarshal.c616 _Py_hashtable_foreach(wf->hashtable, w_decref_entry, NULL); in w_clear_refs()