Home
last modified time | relevance | path

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

/external/python/cffi/c/
D_cffi_backend.c275 static PyTypeObject CDataOwning_Type; variable
282 Py_TYPE(ob) == &CDataOwning_Type || \
286 #define CDataOwn_Check(ob) (Py_TYPE(ob) == &CDataOwning_Type || \
3272 if (Py_TYPE(cd) == &CDataOwning_Type) { in explicit_release_case()
3437 static PyTypeObject CDataOwning_Type = { variable
3513 &CDataOwning_Type, /* tp_base */
3720 if (PyObject_Init((PyObject *)cd, &CDataOwning_Type) == NULL) in allocate_owning_object()
7971 &CDataOwning_Type, in PyInit__cffi_backend()