Home
last modified time | relevance | path

Searched refs:weakreflist (Results 1 - 25 of 29) sorted by relevance

12

/third_party/python/Objects/
H A 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),
H A Dgenericaliasobject.c15 PyObject *weakreflist; member
32 if (alias->weakreflist != NULL) { in ga_dealloc()
810 alias->weakreflist = NULL; in setup_ga()
950 .tp_weaklistoffset = offsetof(gaobject, weakreflist),
H A Dsetobject.c491 if (so->weakreflist != NULL) in set_dealloc()
967 so->weakreflist = NULL; in make_new_set()
2155 offsetof(PySetObject, weakreflist), /* tp_weaklistoffset */
2256 offsetof(PySetObject, weakreflist), /* tp_weaklistoffset */
H A Dmemoryobject.c645 mv->weakreflist = NULL; in memory_alloc()
1081 if (self->weakreflist != NULL) in memory_dealloc()
3305 offsetof(PyMemoryViewObject, weakreflist),/* tp_weaklistoffset */
/third_party/python/Modules/
H A D_queuemodule.c32 PyObject *weakreflist; member
61 if (self->weakreflist != NULL) in simplequeue_dealloc()
90 self->weakreflist = NULL; in simplequeue_new_impl()
374 {"__weaklistoffset__", T_PYSSIZET, offsetof(simplequeueobject, weakreflist), READONLY},
H A D_functoolsmodule.c42 PyObject *weakreflist; /* List of weak references */ member
178 if (pto->weakreflist != NULL) { in partial_dealloc()
343 offsetof(partialobject, weakreflist), READONLY},
808 PyObject *weakreflist; member
1231 obj->weakreflist = NULL; in lru_cache_new()
1277 if (obj->weakreflist != NULL) { in lru_cache_dealloc()
1401 offsetof(lru_cache_object, weakreflist), READONLY},
H A D_threadmodule.c666 PyObject *weakreflist; /* List of weak references to self */ member
672 if (self->weakreflist != NULL) in localdummy_dealloc()
680 {"__weaklistoffset__", T_PYSSIZET, offsetof(localdummyobject, weakreflist), READONLY},
705 PyObject *weakreflist; /* List of weak references to self */ member
884 if (self->weakreflist != NULL) { in local_dealloc()
965 {"__weaklistoffset__", T_PYSSIZET, offsetof(localobject, weakreflist), READONLY},
H A Dmmapmodule.c119 PyObject *weakreflist; member
171 if (m_obj->weakreflist != NULL) in mmap_object_dealloc()
892 {"__weaklistoffset__", T_PYSSIZET, offsetof(mmap_object, weakreflist), READONLY},
1324 m_obj->weakreflist = NULL; in new_mmap_object()
1536 m_obj->weakreflist = NULL; in new_mmap_object()
H A D_collectionsmodule.c94 PyObject *weakreflist; member
179 deque->weakreflist = NULL; in deque_new()
1308 if (deque->weakreflist != NULL) in deque_dealloc()
1649 offsetof(dequeobject, weakreflist), /* tp_weaklistoffset*/
H A Darraymodule.c46 PyObject *weakreflist; /* List of weak references */ member
607 op->weakreflist = NULL; in newarrayobject()
681 if (op->weakreflist != NULL) in array_dealloc()
2818 {"__weaklistoffset__", T_PYSSIZET, offsetof(arrayobject, weakreflist), READONLY},
H A D_zoneinfo.c43 PyObject *weakreflist; member
308 if (self->weakreflist != NULL) { in zoneinfo_dealloc()
2599 .tp_weaklistoffset = offsetof(PyZoneInfo_ZoneInfo, weakreflist),
H A D_struct.c70 PyObject *weakreflist; /* List of weak references */ member
1519 if (s->weakreflist != NULL) in s_dealloc()
2078 {"__weaklistoffset__", T_PYSSIZET, offsetof(PyStructObject, weakreflist), READONLY},
H A D_elementtree.c203 PyObject *weakreflist; /* For tp_weaklistoffset */ member
291 self->weakreflist = NULL; in create_new_element()
320 e->weakreflist = NULL; in element_new()
660 if (self->weakreflist != NULL) in element_dealloc()
4229 offsetof(ElementObject, weakreflist), /* tp_weaklistoffset */
H A Ditertoolsmodule.c588 PyObject *weakreflist; member
853 newto->weakreflist = NULL; in tee_copy()
886 to->weakreflist = NULL; in tee_fromiterable()
911 if (to->weakreflist != NULL) in tee_clear()
986 offsetof(teeobject, weakreflist), /* tp_weaklistoffset */
/third_party/python/Include/cpython/
H A Dsetobject.h58 PyObject *weakreflist; /* List of weak references */ member
/third_party/python/Modules/_io/
H A Dfileio.c69 PyObject *weakreflist; member
187 self->weakreflist = NULL; in fileio_new()
533 if (self->weakreflist != NULL)
1218 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
H A Diobase.c33 PyObject *weakreflist; member
352 if (self->weakreflist != NULL) in iobase_dealloc()
855 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
H A Dwinconsoleio.c151 PyObject *weakreflist; member
228 self->weakreflist = NULL; in winconsoleio_new()
433 if (self->weakreflist != NULL) in winconsoleio_dealloc()
1151 offsetof(winconsoleio, weakreflist), /* tp_weaklistoffset */
H A Dbytesio.c18 PyObject *weakreflist; member
897 if (self->weakreflist != NULL) in bytesio_dealloc()
1053 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
H A Dstringio.c46 PyObject *weakreflist; member
610 if (self->weakreflist != NULL) in stringio_dealloc()
1030 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
H A Dbufferedio.c227 PyObject *weakreflist; member
374 if (self->weakreflist != NULL) in buffered_dealloc()
2068 PyObject *weakreflist;
2134 if (self->weakreflist != NULL) in bufferedrwpair_dealloc()
2441 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2527 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2604 offsetof(rwpair, weakreflist), /*tp_weaklistoffset*/
2698 offsetof(buffered, weakreflist), /*tp_weaklistoffset*/
2066 PyObject *weakreflist; global() member
/third_party/python/Include/
H A Dmemoryobject.h64 PyObject *weakreflist; member
/third_party/python/Modules/_sre/
H A Dsre.h35 PyObject *weakreflist; /* List of weak references */ member
H A Dsre.c599 if (self->weakreflist != NULL) { in pattern_dealloc()
1430 self->weakreflist = NULL; in _sre_compile_impl()
2805 {"__weaklistoffset__", T_PYSSIZET, offsetof(PatternObject, weakreflist), READONLY},
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.h129 PyObject* weakreflist; member

Completed in 51 milliseconds

12