Searched refs:in_weakreflist (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Modules/_sqlite/ |
D | statement.c | 86 self->in_weakreflist = NULL; in pysqlite_statement_create() 397 if (self->in_weakreflist != NULL) { in stmt_dealloc() 497 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Statement, in_weakreflist), READONLY},
|
D | cursor.h | 52 PyObject* in_weakreflist; /* List of weak references */ member
|
D | statement.h | 40 PyObject* in_weakreflist; /* List of weak references */ member
|
D | cursor.c | 121 if (self->in_weakreflist != NULL) { in cursor_dealloc() 1016 {"__weaklistoffset__", T_PYSSIZET, offsetof(pysqlite_Cursor, in_weakreflist), READONLY},
|
/third_party/python/Modules/ |
D | _threadmodule.c | 50 PyObject *in_weakreflist; member 64 if (self->in_weakreflist != NULL) { in lock_dealloc() 298 {"__weaklistoffset__", T_PYSSIZET, offsetof(lockobject, in_weakreflist), READONLY}, 327 PyObject *in_weakreflist; member 341 if (self->in_weakreflist != NULL) in rlock_dealloc() 515 self->in_weakreflist = NULL; in rlock_new() 579 {"__weaklistoffset__", T_PYSSIZET, offsetof(rlockobject, in_weakreflist), READONLY}, 615 self->in_weakreflist = NULL; in newlockobject()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 2568 inst->in_weakreflist = NULL; in SWIG_Python_NewShadowInstance()
|