HomeSort by relevance Sort by last modified time
    Searched defs:in_weakreflist (Results 1 - 14 of 14) 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:__anon5781
cursor.h 50 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon5776
  /external/python/cpython2/Modules/_sqlite/
statement.h 41 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon30258
cursor.h 51 PyObject* in_weakreflist; /* List of weak references */ member in struct:__anon30253
  /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:__anon5376
  /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:__anon5683
  /external/python/cpython2/Include/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon30075
  /prebuilts/gdb/darwin-x86/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon60572
  /prebuilts/gdb/linux-x86/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon60694
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon112506
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
classobject.h 28 PyObject *in_weakreflist; /* List of weak references */ member in struct:__anon112629
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
threadmodule.c 25 PyObject *in_weakreflist; member in struct:__anon5891
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:__anon30286
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:__anon30287
244 PyObject *in_weakreflist; /* List of weak references */ member in struct:DBSequenceObject
threadmodule.c 25 PyObject *in_weakreflist; member in struct:__anon30400
31 if (self->in_weakreflist != NULL)
154 offsetof(lockobject, in_weakreflist), /* tp_weaklistoffset */
168 self->in_weakreflist = NULL;

Completed in 443 milliseconds