/third_party/python/Objects/ |
D | picklebufobject.c | 11 PyObject *weakreflist; member 27 self->weakreflist = NULL; in PyPickleBuffer_FromObject() 86 self->weakreflist = NULL; in picklebuf_new() 112 if (self->weakreflist != NULL) in picklebuf_dealloc() 216 .tp_weaklistoffset = offsetof(PyPickleBufferObject, weakreflist),
|
D | genericaliasobject.c | 13 PyObject* weakreflist; member 22 if (alias->weakreflist != NULL) { in ga_dealloc() 599 alias->weakreflist = NULL; in setup_ga() 650 .tp_weaklistoffset = offsetof(gaobject, weakreflist),
|
D | setobject.c | 491 if (so->weakreflist != NULL) in set_dealloc() 968 so->weakreflist = NULL; in make_new_set() 2116 offsetof(PySetObject, weakreflist), /* tp_weaklistoffset */ 2217 offsetof(PySetObject, weakreflist), /* tp_weaklistoffset */
|
/third_party/python/Modules/ |
D | _queuemodule.c | 28 PyObject *weakreflist; member 57 if (self->weakreflist != NULL) in simplequeue_dealloc() 86 self->weakreflist = NULL; in simplequeue_new_impl() 365 {"__weaklistoffset__", T_PYSSIZET, offsetof(simplequeueobject, weakreflist), READONLY},
|
D | sre.h | 35 PyObject *weakreflist; /* List of weak references */ member
|
D | _functoolsmodule.c | 41 PyObject *weakreflist; /* List of weak references */ member 177 if (pto->weakreflist != NULL) { in partial_dealloc() 342 offsetof(partialobject, weakreflist), READONLY}, 807 PyObject *weakreflist; member 1230 obj->weakreflist = NULL; in lru_cache_new() 1276 if (obj->weakreflist != NULL) { in lru_cache_dealloc() 1400 offsetof(lru_cache_object, weakreflist), READONLY},
|
D | _threadmodule.c | 669 PyObject *weakreflist; /* List of weak references to self */ member 675 if (self->weakreflist != NULL) in localdummy_dealloc() 683 {"__weaklistoffset__", T_PYSSIZET, offsetof(localdummyobject, weakreflist), READONLY}, 708 PyObject *weakreflist; /* List of weak references to self */ member 877 if (self->weakreflist != NULL) { in local_dealloc() 963 {"__weaklistoffset__", T_PYSSIZET, offsetof(localobject, weakreflist), READONLY},
|
D | mmapmodule.c | 113 PyObject *weakreflist; member 165 if (m_obj->weakreflist != NULL) in mmap_object_dealloc() 821 {"__weaklistoffset__", T_PYSSIZET, offsetof(mmap_object, weakreflist), READONLY}, 1248 m_obj->weakreflist = NULL; in new_mmap_object() 1460 m_obj->weakreflist = NULL; in new_mmap_object()
|
D | _collectionsmodule.c | 95 PyObject *weakreflist; member 183 deque->weakreflist = NULL; in deque_new() 1310 if (deque->weakreflist != NULL) in deque_dealloc() 1672 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
|
D | arraymodule.c | 48 PyObject *weakreflist; /* List of weak references */ member 603 op->weakreflist = NULL; in newarrayobject() 677 if (op->weakreflist != NULL) in array_dealloc() 2815 {"__weaklistoffset__", T_PYSSIZET, offsetof(arrayobject, weakreflist), READONLY},
|
D | _elementtree.c | 213 PyObject *weakreflist; /* For tp_weaklistoffset */ member 301 self->weakreflist = NULL; in create_new_element() 331 e->weakreflist = NULL; in element_new() 671 if (self->weakreflist != NULL) in element_dealloc() 4241 offsetof(ElementObject, weakreflist), /* tp_weaklistoffset */
|
D | _zoneinfo.c | 39 PyObject *weakreflist; member 304 if (self->weakreflist != NULL) { in zoneinfo_dealloc() 2595 .tp_weaklistoffset = offsetof(PyZoneInfo_ZoneInfo, weakreflist),
|
D | _struct.c | 66 PyObject *weakreflist; /* List of weak references */ member 1502 if (s->weakreflist != NULL) in s_dealloc() 2060 {"__weaklistoffset__", T_PYSSIZET, offsetof(PyStructObject, weakreflist), READONLY},
|
D | itertoolsmodule.c | 590 PyObject *weakreflist; member 855 newto->weakreflist = NULL; in tee_copy() 888 to->weakreflist = NULL; in tee_fromiterable() 913 if (to->weakreflist != NULL) in tee_clear() 988 offsetof(teeobject, weakreflist), /* tp_weaklistoffset */
|
/third_party/python/Include/ |
D | memoryobject.h | 64 PyObject *weakreflist; member
|
D | setobject.h | 64 PyObject *weakreflist; /* List of weak references */ member
|
/third_party/python/Modules/_io/ |
D | fileio.c | 68 PyObject *weakreflist; member 189 self->weakreflist = NULL; in fileio_new() 531 if (self->weakreflist != NULL) 1216 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
D | winconsoleio.c | 150 PyObject *weakreflist; member 230 self->weakreflist = NULL; in winconsoleio_new() 435 if (self->weakreflist != NULL) in winconsoleio_dealloc() 1138 offsetof(winconsoleio, weakreflist), /* tp_weaklistoffset */
|
D | iobase.c | 33 PyObject *weakreflist; member 359 if (self->weakreflist != NULL) in iobase_dealloc() 864 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
D | bufferedio.c | 240 PyObject *weakreflist; member 387 if (self->weakreflist != NULL) in buffered_dealloc() 2084 PyObject *weakreflist; member 2150 if (self->weakreflist != NULL) in bufferedrwpair_dealloc() 2456 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2542 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/ 2619 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/ 2713 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
|
D | bytesio.c | 18 PyObject *weakreflist; member 897 if (self->weakreflist != NULL) in bytesio_dealloc() 1053 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
D | stringio.c | 46 PyObject *weakreflist; member 610 if (self->weakreflist != NULL) in stringio_dealloc() 1030 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
|
/third_party/boost/boost/python/numpy/ |
D | ndarray.hpp | 51 PyObject * weakreflist; member
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.h | 129 PyObject* weakreflist; member
|
/third_party/python/Doc/extending/ |
D | newtypes.rst | 589 PyObject *weakreflist; /* List of weak references */ 597 .tp_weaklistoffset = offsetof(TrivialObject, weakreflist), 608 if (self->weakreflist != NULL)
|