/external/python/cpython2/Modules/ |
D | bsddb.h | 152 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
|
D | threadmodule.c | 25 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.c | 918 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/_sqlite/ |
D | statement.c | 74 self->in_weakreflist = NULL; in pysqlite_statement_create() 384 if (self->in_weakreflist != NULL) { in pysqlite_statement_dealloc() 486 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
|
D | statement.h | 43 PyObject* in_weakreflist; /* List of weak references */ member
|
D | cursor.h | 52 PyObject* in_weakreflist; /* List of weak references */ member
|
D | cursor.c | 90 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc() 932 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
|
D | connection.c | 1245 statement->in_weakreflist = NULL; in pysqlite_connection_call()
|
/external/python/cpython3/Modules/ |
D | _threadmodule.c | 22 PyObject *in_weakreflist; member 29 if (self->in_weakreflist != NULL) in lock_dealloc() 274 offsetof(lockobject, in_weakreflist), /*tp_weaklistoffset*/ 287 PyObject *in_weakreflist; member 293 if (self->in_weakreflist != NULL) in rlock_dealloc() 465 self->in_weakreflist = NULL; in rlock_new() 554 offsetof(rlockobject, in_weakreflist), /*tp_weaklistoffset*/ 579 self->in_weakreflist = NULL; in newlockobject()
|
/external/python/cpython2/Modules/_sqlite/ |
D | statement.c | 84 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 */
|
D | statement.h | 41 PyObject* in_weakreflist; /* List of weak references */ member
|
D | cursor.h | 51 PyObject* in_weakreflist; /* List of weak references */ member
|
D | cursor.c | 133 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc() 1098 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
|
D | connection.c | 1219 statement->in_weakreflist = NULL; in pysqlite_connection_call()
|
/external/python/cpython2/Include/ |
D | classobject.h | 28 PyObject *in_weakreflist; /* List of weak references */ member
|
/external/python/cpython2/Objects/ |
D | classobject.c | 540 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/ |
D | newtypes.rst | 1499 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)
|
/external/marisa-trie/bindings/python/ |
D | marisa-swig_wrap.cxx | 2358 inst->in_weakreflist = NULL; in SWIG_Python_NewShadowInstance()
|