/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _functoolsmodule.c | 98 PyObject *weakreflist; /* List of weak references */ member 142 pto->weakreflist = NULL; in partial_new() 152 if (pto->weakreflist != NULL) in partial_dealloc() 347 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
|
D | sre.h | 42 PyObject *weakreflist; /* List of weak references */ member
|
D | socketmodule.h | 135 PyObject *weakreflist; member
|
D | _collectionsmodule.c | 107 PyObject *weakreflist; /* List of weak references */ member 152 deque->weakreflist = NULL; in deque_new() 769 if (deque->weakreflist != NULL) in deque_dealloc() 1160 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
|
D | arraymodule.c | 36 PyObject *weakreflist; /* List of weak references */ member 437 op->weakreflist = NULL; in newarrayobject() 497 if (op->weakreflist != NULL) in array_dealloc() 2127 offsetof(arrayobject, weakreflist), /* tp_weaklistoffset */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _functoolsmodule.c | 98 PyObject *weakreflist; /* List of weak references */ member 146 pto->weakreflist = NULL; in partial_new() 156 if (pto->weakreflist != NULL) in partial_dealloc() 351 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
|
D | threadmodule.c | 223 PyObject *weakreflist; /* List of weak references to self */ member 229 if (self->weakreflist != NULL) in localdummy_dealloc() 259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist) 268 PyObject *weakreflist; /* List of weak references to self */ member 416 if (self->weakreflist != NULL) in local_dealloc() 514 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
|
D | sre.h | 32 PyObject *weakreflist; /* List of weak references */ member
|
D | _collectionsmodule.c | 108 PyObject *weakreflist; /* List of weak references */ member 153 deque->weakreflist = NULL; in deque_new() 720 if (deque->weakreflist != NULL) in deque_dealloc() 1092 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | fileobject.h | 40 PyObject *weakreflist; /* List of weak references */ member
|
D | setobject.h | 56 PyObject *weakreflist; /* List of weak references */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/ |
D | fileobject.h | 40 PyObject *weakreflist; /* List of weak references */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
D | fileobject.h | 39 PyObject *weakreflist; /* List of weak references */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | fileobject.h | 28 PyObject *weakreflist; /* List of weak references */ member
|
D | setobject.h | 56 PyObject *weakreflist; /* List of weak references */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 58 PyObject *weakreflist; member 135 self->weakreflist = NULL; in fileio_new() 411 if (self->weakreflist != NULL) in fileio_dealloc() 1080 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
D | iobase.c | 24 PyObject *weakreflist; member 292 if (self->weakreflist != NULL) in iobase_dealloc() 724 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
D | bytesio.c | 12 PyObject *weakreflist; member 744 if (self->weakreflist != NULL) in bytesio_dealloc() 873 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
D | stringio.c | 26 PyObject *weakreflist; member 526 if (self->weakreflist != NULL) in stringio_dealloc() 868 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
|
D | bufferedio.c | 234 PyObject *weakreflist; member 372 if (self->weakreflist != NULL) in buffered_dealloc() 1594 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 1984 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2027 PyObject *weakreflist; member 2235 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/ 2374 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
D | iobase.c | 24 PyObject *weakreflist; member 292 if (self->weakreflist != NULL) in iobase_dealloc() 739 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
D | fileio.c | 53 PyObject *weakreflist; member 131 self->weakreflist = NULL; in fileio_new() 399 if (self->weakreflist != NULL) in fileio_dealloc() 1103 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
D | stringio.c | 26 PyObject *weakreflist; member 526 if (self->weakreflist != NULL) in stringio_dealloc() 881 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
|
D | bytesio.c | 12 PyObject *weakreflist; member 754 if (self->weakreflist != NULL) in bytesio_dealloc() 895 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
D | bufferedio.c | 234 PyObject *weakreflist; member 372 if (self->weakreflist != NULL) in buffered_dealloc() 1622 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2015 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2058 PyObject *weakreflist; member 2116 if (self->weakreflist != NULL) in bufferedrwpair_dealloc() 2291 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/ 2431 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
|