Home
last modified time | relevance | path

Searched refs:in_weakreflist (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Dblob.h18 PyObject *in_weakreflist; member
H A Dcursor.h48 PyObject* in_weakreflist; /* List of weak references */ member
H A Dblob.c50 if (self->in_weakreflist != NULL) { in blob_dealloc()
581 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Blob, in_weakreflist), READONLY},
H A Dcursor.c181 if (self->in_weakreflist != NULL) { in cursor_dealloc()
1338 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
H A Dconnection.c467 obj->in_weakreflist = NULL; in blobopen_impl()
/third_party/python/Modules/
H A D_threadmodule.c46 PyObject *in_weakreflist; member
61 if (self->in_weakreflist != NULL) { in lock_dealloc()
294 {"__weaklistoffset__", T_PYSSIZET, offsetof(lockobject, in_weakreflist), READONLY},
323 PyObject *in_weakreflist; member
338 if (self->in_weakreflist != NULL) in rlock_dealloc()
512 self->in_weakreflist = NULL; in rlock_new()
576 {"__weaklistoffset__", T_PYSSIZET, offsetof(rlockobject, in_weakreflist), READONLY},
612 self->in_weakreflist = NULL; in newlockobject()
/third_party/skia/third_party/externals/libwebp/swig/
H A Dlibwebp_python_wrap.c2568 inst->in_weakreflist = NULL; in SWIG_Python_NewShadowInstance()

Completed in 25 milliseconds