Home
last modified time | relevance | path

Searched refs:weakreflist (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Objects/
Dpicklebufobject.c11 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),
Dgenericaliasobject.c13 PyObject* weakreflist; member
22 if (alias->weakreflist != NULL) { in ga_dealloc()
599 alias->weakreflist = NULL; in setup_ga()
650 .tp_weaklistoffset = offsetof(gaobject, weakreflist),
Dsetobject.c491 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.c28 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},
Dsre.h35 PyObject *weakreflist; /* List of weak references */ member
D_functoolsmodule.c41 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.c669 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},
Dmmapmodule.c113 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.c95 PyObject *weakreflist; member
183 deque->weakreflist = NULL; in deque_new()
1310 if (deque->weakreflist != NULL) in deque_dealloc()
1672 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
Darraymodule.c48 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.c213 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.c39 PyObject *weakreflist; member
304 if (self->weakreflist != NULL) { in zoneinfo_dealloc()
2595 .tp_weaklistoffset = offsetof(PyZoneInfo_ZoneInfo, weakreflist),
D_struct.c66 PyObject *weakreflist; /* List of weak references */ member
1502 if (s->weakreflist != NULL) in s_dealloc()
2060 {"__weaklistoffset__", T_PYSSIZET, offsetof(PyStructObject, weakreflist), READONLY},
Ditertoolsmodule.c590 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/
Dmemoryobject.h64 PyObject *weakreflist; member
Dsetobject.h64 PyObject *weakreflist; /* List of weak references */ member
/third_party/python/Modules/_io/
Dfileio.c68 PyObject *weakreflist; member
189 self->weakreflist = NULL; in fileio_new()
531 if (self->weakreflist != NULL)
1216 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
Dwinconsoleio.c150 PyObject *weakreflist; member
230 self->weakreflist = NULL; in winconsoleio_new()
435 if (self->weakreflist != NULL) in winconsoleio_dealloc()
1138 offsetof(winconsoleio, weakreflist), /* tp_weaklistoffset */
Diobase.c33 PyObject *weakreflist; member
359 if (self->weakreflist != NULL) in iobase_dealloc()
864 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
Dbufferedio.c240 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*/
Dbytesio.c18 PyObject *weakreflist; member
897 if (self->weakreflist != NULL) in bytesio_dealloc()
1053 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
Dstringio.c46 PyObject *weakreflist; member
610 if (self->weakreflist != NULL) in stringio_dealloc()
1030 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
/third_party/boost/boost/python/numpy/
Dndarray.hpp51 PyObject * weakreflist; member
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h129 PyObject* weakreflist; member
/third_party/python/Doc/extending/
Dnewtypes.rst589 PyObject *weakreflist; /* List of weak references */
597 .tp_weaklistoffset = offsetof(TrivialObject, weakreflist),
608 if (self->weakreflist != NULL)

12