HomeSort by relevance Sort by last modified time
    Searched refs:in_weakreflist (Results 1 - 25 of 32) sorted by null

1 2

  /external/python/cpython2/Modules/
bsddb.h 152 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon32766
174 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBObject
187 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBCursorObject
203 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBTxnObject
213 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBLogCursorObject
223 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBSiteObject
231 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon32767
244 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBSequenceObject
threadmodule.c 25 PyObject *in_weakreflist; member in struct:__anon32880
31 if (self->in_weakreflist != NULL)
154 offsetof(lockobject, in_weakreflist), /* tp_weaklistoffset */
168 self->in_weakreflist = NULL;
_bsddb.c 918 self->in_weakreflist = NULL;
980 if (self->in_weakreflist != NULL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.h 41 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon4712
cursor.h 50 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon4707
statement.c 77 self->in_weakreflist = NULL;
420 if (self->in_weakreflist != NULL) {
522 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
cursor.c 92 self->in_weakreflist = NULL;
144 if (self->in_weakreflist != NULL) {
    [all...]
  /external/python/cpython2/Modules/_sqlite/
statement.h 41 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon32738
cursor.h 51 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon32733
statement.c 84 self->in_weakreflist = NULL;
425 if (self->in_weakreflist != NULL) {
527 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
cursor.c 84 self->in_weakreflist = NULL;
134 if (self->in_weakreflist != NULL) {
    [all...]
  /external/python/cpython3/Modules/_sqlite/
statement.h 42 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon33359
cursor.h 51 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon33355
statement.c 72 self->in_weakreflist = NULL;
421 if (self->in_weakreflist != NULL) {
523 offsetof(pysqlite_Statement, in_weakreflist), /* tp_weaklistoffset */
cursor.c 45 self->in_weakreflist = NULL;
95 if (self->in_weakreflist != NULL) {
995 offsetof(pysqlite_Cursor, in_weakreflist), /* tp_weaklistoffset */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon4307
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon4614
  /external/python/cpython2/Include/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon32555
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon66446
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon66568
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon961
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon1084
  /external/python/cpython3/Modules/
_threadmodule.c 27 PyObject *in_weakreflist; member in struct:__anon33389
34 if (self->in_weakreflist != NULL)
260 offsetof(lockobject, in_weakreflist), /*tp_weaklistoffset*/
273 PyObject *in_weakreflist; member in struct:__anon33390
279 if (self->in_weakreflist != NULL)
451 self->in_weakreflist = NULL;
521 offsetof(rlockobject, in_weakreflist), /*tp_weaklistoffset*/
546 self->in_weakreflist = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 25 PyObject *in_weakreflist; member in struct:__anon4822
31 if (self->in_weakreflist != NULL)
154 offsetof(lockobject, in_weakreflist), /* tp_weaklistoffset */
168 self->in_weakreflist = NULL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 541 inst->in_weakreflist = NULL;
638 if (inst->in_weakreflist != NULL)
675 while (inst->in_weakreflist != NULL) {
677 (inst->in_weakreflist));
    [all...]

Completed in 1711 milliseconds

1 2