Home
last modified time | relevance | path

Searched refs:_Py_hashtable_set (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Modules/
D_tracemalloc.c347 if (_Py_hashtable_set(tracemalloc_filenames, filename, NULL) < 0) { in tracemalloc_get_frame()
453 if (_Py_hashtable_set(tracemalloc_tracebacks, copy, NULL) < 0) { in traceback_new()
538 if (_Py_hashtable_set(tracemalloc_domains, TO_PTR(domain), traces) < 0) { in tracemalloc_add_trace()
561 int res = _Py_hashtable_set(traces, TO_PTR(ptr), trace); in tracemalloc_add_trace()
1128 if (_Py_hashtable_set(intern_table, traceback, frames) < 0) { in traceback_to_pyobject()
1206 if (_Py_hashtable_set(traces2, key, trace2) < 0) { in tracemalloc_copy_trace()
1244 if (_Py_hashtable_set(domains2, TO_PTR(domain), traces2) < 0) { in tracemalloc_copy_domain()
D_testinternalcapi.c191 if (_Py_hashtable_set(table, TO_PTR(key), TO_PTR(value)) < 0) { in test_hashtable()
D_hashopenssl.c185 if (_Py_hashtable_set(ht, (const void*)entry->py_name, (void*)entry) < 0) { in py_hashentry_table_new()
192 if (_Py_hashtable_set(ht, (const void*)entry->py_alias, (void*)entry) < 0) { in py_hashentry_table_new()
/third_party/python/Include/internal/
Dpycore_hashtable.h112 PyAPI_FUNC(int) _Py_hashtable_set(
/third_party/python/Python/
Dhashtable.c209 _Py_hashtable_set(_Py_hashtable_t *ht, const void *key, void *value) in _Py_hashtable_set() function
Dmarshal.c323 if (_Py_hashtable_set(p->hashtable, v, (void *)(uintptr_t)w) < 0) { in w_ref()