Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c381 static PyObject *unique_cache; variable
444 PyDict_DelItem(unique_cache, ct->ct_unique_key); in ctypedescr_dealloc()
4616 y = PyDict_GetItem(unique_cache, key); in get_unique_type()
4623 if (PyDict_SetItem(unique_cache, key, (PyObject *)x) < 0) { in get_unique_type()
4631 PyObject_GC_UnTrack(unique_cache); in get_unique_type()
8001 if (unique_cache == NULL) { in PyInit__cffi_backend()
8002 unique_cache = PyDict_New(); in PyInit__cffi_backend()
8003 if (unique_cache == NULL) in PyInit__cffi_backend()