Searched refs:in_weakreflist (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Modules/_sqlite/ |
H A D | blob.h | 18 PyObject *in_weakreflist; member
|
H A D | cursor.h | 48 PyObject* in_weakreflist; /* List of weak references */ member
|
H A D | blob.c | 50 if (self->in_weakreflist != NULL) { in blob_dealloc() 581 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Blob, in_weakreflist), READONLY},
|
H A D | cursor.c | 181 if (self->in_weakreflist != NULL) { in cursor_dealloc() 1338 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
|
H A D | connection.c | 467 obj->in_weakreflist = NULL; in blobopen_impl()
|
/third_party/python/Modules/ |
H A D | _threadmodule.c | 46 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 D | libwebp_python_wrap.c | 2568 inst->in_weakreflist = NULL; in SWIG_Python_NewShadowInstance()
|
Completed in 25 milliseconds