Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dhashtable.h162 #define _Py_HASHTABLE_SET(TABLE, KEY, DATA) \ macro
D_tracemalloc.c643 res = _Py_HASHTABLE_SET(tracemalloc_traces, key, trace); in tracemalloc_add_trace()
646 res = _Py_HASHTABLE_SET(tracemalloc_traces, ptr, trace); in tracemalloc_add_trace()
1238 if (_Py_HASHTABLE_SET(intern_table, traceback, frames) < 0) { in traceback_to_pyobject()
/external/python/cpython3/Python/
Dmarshal.c300 if (_Py_HASHTABLE_SET(p->hashtable, v, w) < 0) { in w_ref()