Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dlib_obj.c28 PyObject *l_dict; /* content, built lazily */ member
95 Py_DECREF(lib->l_dict); in lib_dealloc()
103 Py_VISIT(lib->l_dict); in lib_traverse()
237 x = PyDict_GetItem(lib1->l_dict, name); in lib_build_and_cache_attr()
432 int err = PyDict_SetItem(lib->l_dict, name, x); in lib_build_and_cache_attr()
442 x = PyDict_GetItem(lib->l_dict, name); \
623 offsetof(LibObject, l_dict), /* tp_dictoffset */
645 lib->l_dict = dict; in lib_internal_new()
Dcdlopen.c71 PyDict_Clear(lib->l_dict); in ffi_dlclose()