HomeSort by relevance Sort by last modified time
    Searched defs:in_weakreflist (Results 1 - 17 of 17) sorted by null

  /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
  /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
  /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
  /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
  /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;
  /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;
  /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...]

Completed in 469 milliseconds