Searched defs:weakreflist (Results 1 - 25 of 32) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h40 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2574
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dfileobject.h28 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2681
H A Dsetobject.h56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
H A Dfileobject.h39 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2886
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dfileobject.h40 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2988
H A Dsetobject.h56 PyObject *weakreflist; /* List of weak references */ member in struct:_setobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsre.h32 PyObject *weakreflist; /* List of weak references */ member in struct:__anon3170
H A D_functoolsmodule.c98 PyObject *weakreflist; /* List of weak references */ member in struct:__anon3039
146 pto->weakreflist = NULL;
156 if (pto->weakreflist != NULL)
351 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
H A Dthreadmodule.c223 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon3175
229 if (self->weakreflist != NULL)
259 /* tp_weaklistoffset */ offsetof(localdummyobject, weakreflist)
268 PyObject *weakreflist; /* List of weak references to self */ member in struct:__anon3176
416 if (self->weakreflist != NULL)
514 /* tp_weaklistoffset */ offsetof(localobject, weakreflist),
H A D_collectionsmodule.c108 PyObject *weakreflist; /* List of weak references */ member in struct:__anon3026
153 deque->weakreflist = NULL;
720 if (deque->weakreflist != NULL)
1092 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_functoolsmodule.c98 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2729
142 pto->weakreflist = NULL;
152 if (pto->weakreflist != NULL)
347 offsetof(partialobject, weakreflist), /* tp_weaklistoffset */
H A Dsocketmodule.h135 PyObject *weakreflist; member in struct:__anon2827
H A Dsre.h42 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2829
H A D_collectionsmodule.c107 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2720
152 deque->weakreflist = NULL;
769 if (deque->weakreflist != NULL)
1160 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
H A D_struct.c51 PyObject *weakreflist; /* List of weak references */ member in struct:__anon2742
1404 if (s->weakreflist != NULL)
1792 offsetof(PyStructObject, weakreflist), /* tp_weaklistoffset */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dbytesio.c12 PyObject *weakreflist; member in struct:__anon2733
754 if (self->weakreflist != NULL)
895 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
H A Diobase.c24 PyObject *weakreflist; member in struct:__anon2735
292 if (self->weakreflist != NULL)
739 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
H A Dstringio.c26 PyObject *weakreflist; member in struct:__anon2736
526 if (self->weakreflist != NULL)
881 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
H A Dfileio.c53 PyObject *weakreflist; member in struct:__anon2734
131 self->weakreflist = NULL;
399 if (self->weakreflist != NULL)
1103 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
H A Dbufferedio.c234 PyObject *weakreflist; member in struct:__anon2731
372 if (self->weakreflist != NULL)
1622 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2016 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2060 PyObject *weakreflist;
2118 if (self->weakreflist != NULL)
2293 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/
2434 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2058 PyObject *weakreflist; member in struct:__anon2732
H A Dtextio.c706 PyObject *weakreflist; member in struct:__anon2738
1090 if (self->weakreflist != NULL)
2656 offsetof(textio, weakreflist), /*tp_weaklistoffset*/
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dbytesio.c12 PyObject *weakreflist; member in struct:__anon3046
744 if (self->weakreflist != NULL)
873 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
H A Diobase.c24 PyObject *weakreflist; member in struct:__anon3048
292 if (self->weakreflist != NULL)
724 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
H A Dstringio.c26 PyObject *weakreflist; member in struct:__anon3049
526 if (self->weakreflist != NULL)
868 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
H A Dfileio.c58 PyObject *weakreflist; member in struct:__anon3047
135 self->weakreflist = NULL;
411 if (self->weakreflist != NULL)
1080 offsetof(fileio, weakreflist), /* tp_weaklistoffset */

Completed in 224 milliseconds

12