Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dstatement.h41 PyObject* in_weakreflist; /* List of weak references */ member
Dcursor.h50 PyObject* in_weakreflist; /* List of weak references */ member
Dstatement.c77 self->in_weakreflist = NULL; in pysqlite_statement_create()
420 if (self->in_weakreflist != NULL) { in pysqlite_statement_dealloc()
522 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
Dcursor.c92 self->in_weakreflist = NULL; in pysqlite_cursor_init()
144 if (self->in_weakreflist != NULL) { in pysqlite_cursor_dealloc()
1105 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
Dconnection.c1201 statement->in_weakreflist = NULL; in pysqlite_connection_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dclassobject.h28 PyObject *in_weakreflist; /* List of weak references */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c531 inst->in_weakreflist = NULL; in PyInstance_NewRaw()
628 if (inst->in_weakreflist != NULL) in instance_dealloc()
665 while (inst->in_weakreflist != NULL) { in instance_dealloc()
667 (inst->in_weakreflist)); in instance_dealloc()
2205 offsetof(PyInstanceObject, in_weakreflist), /* tp_weaklistoffset */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c541 inst->in_weakreflist = NULL; in PyInstance_NewRaw()
638 if (inst->in_weakreflist != NULL) in instance_dealloc()
675 while (inst->in_weakreflist != NULL) { in instance_dealloc()
677 (inst->in_weakreflist)); in instance_dealloc()
2229 offsetof(PyInstanceObject, in_weakreflist), /* tp_weaklistoffset */