Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dbsddb.h152 PyObject *in_weakreflist; /* List of weak references */ member
174 PyObject *in_weakreflist; /* List of weak references */ member
187 PyObject *in_weakreflist; /* List of weak references */ member
203 PyObject *in_weakreflist; /* List of weak references */ member
213 PyObject *in_weakreflist; /* List of weak references */ member
223 PyObject *in_weakreflist; /* List of weak references */ member
231 PyObject *in_weakreflist; /* List of weak references */ member
244 PyObject *in_weakreflist; /* List of weak references */ member
Dthreadmodule.c25 PyObject *in_weakreflist; member
31 if (self->in_weakreflist != NULL) in lock_dealloc()
154 offsetof(lockobject, in_weakreflist), /* tp_weaklistoffset */
168 self->in_weakreflist = NULL; in newlockobject()
D_bsddb.c918 self->in_weakreflist = NULL; in newDBObject()
982 if (self->in_weakreflist != NULL) { in DB_dealloc()
1019 self->in_weakreflist = NULL; in newDBCursorObject()
1044 if (self->in_weakreflist != NULL) { in DBCursor_dealloc()
1067 self->in_weakreflist = NULL; in newDBLogCursorObject()
1092 if (self->in_weakreflist != NULL) { in DBLogCursor_dealloc()
1123 self->in_weakreflist = NULL; in newDBEnvObject()
1162 if (self->in_weakreflist != NULL) { in DBEnv_dealloc()
1181 self->in_weakreflist = NULL; in newDBTxnObject()
1254 if (self->in_weakreflist != NULL) { in DBTxn_dealloc()
[all …]
/external/python/cpython3/Modules/
D_threadmodule.c20 PyObject *in_weakreflist; member
27 if (self->in_weakreflist != NULL) in lock_dealloc()
252 offsetof(lockobject, in_weakreflist), /*tp_weaklistoffset*/
265 PyObject *in_weakreflist; member
271 if (self->in_weakreflist != NULL) in rlock_dealloc()
443 self->in_weakreflist = NULL; in rlock_new()
513 offsetof(rlockobject, in_weakreflist), /*tp_weaklistoffset*/
538 self->in_weakreflist = NULL; in newlockobject()
/external/python/cpython3/Modules/_sqlite/
Dstatement.c72 self->in_weakreflist = NULL; in pysqlite_statement_create()
375 if (self->in_weakreflist != NULL) { in pysqlite_statement_dealloc()
477 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
Dstatement.h42 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.h51 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.c94 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
972 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
Dconnection.c1217 statement->in_weakreflist = NULL; in pysqlite_connection_call()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c84 self->in_weakreflist = NULL; in pysqlite_statement_create()
425 if (self->in_weakreflist != NULL) { in pysqlite_statement_dealloc()
527 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
Dstatement.h41 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.h51 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.c133 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
1098 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
Dconnection.c1219 statement->in_weakreflist = NULL; in pysqlite_connection_call()
/external/python/cpython2/Include/
Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/external/python/cpython2/Objects/
Dclassobject.c540 inst->in_weakreflist = NULL; in PyInstance_NewRaw()
637 if (inst->in_weakreflist != NULL) in instance_dealloc()
674 while (inst->in_weakreflist != NULL) { in instance_dealloc()
676 (inst->in_weakreflist)); in instance_dealloc()
2227 offsetof(PyInstanceObject, in_weakreflist), /* tp_weaklistoffset */
/external/python/cpython2/Doc/extending/
Dnewtypes.rst1499 PyObject *in_weakreflist; /* List of weak references */
1516 offsetof(PyInstanceObject, in_weakreflist), /* tp_weaklistoffset */
1526 self->in_weakreflist = NULL;
1542 if (inst->in_weakreflist != NULL)