/third_party/python/Objects/ |
H A 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),
|
H A D | genericaliasobject.c | 15 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 D | setobject.c | 491 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 D | memoryobject.c | 645 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.c | 32 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.c | 42 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.c | 666 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 D | mmapmodule.c | 119 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.c | 94 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 D | arraymodule.c | 46 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.c | 43 PyObject *weakreflist; member 308 if (self->weakreflist != NULL) { in zoneinfo_dealloc() 2599 .tp_weaklistoffset = offsetof(PyZoneInfo_ZoneInfo, weakreflist),
|
H A D | _struct.c | 70 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.c | 203 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 D | itertoolsmodule.c | 588 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 D | setobject.h | 58 PyObject *weakreflist; /* List of weak references */ member
|
/third_party/python/Modules/_io/ |
H A D | fileio.c | 69 PyObject *weakreflist; member 187 self->weakreflist = NULL; in fileio_new() 533 if (self->weakreflist != NULL) 1218 offsetof(fileio, weakreflist), /* tp_weaklistoffset */
|
H A D | iobase.c | 33 PyObject *weakreflist; member 352 if (self->weakreflist != NULL) in iobase_dealloc() 855 offsetof(iobase, weakreflist), /* tp_weaklistoffset */
|
H A D | winconsoleio.c | 151 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 D | bytesio.c | 18 PyObject *weakreflist; member 897 if (self->weakreflist != NULL) in bytesio_dealloc() 1053 offsetof(bytesio, weakreflist), /*tp_weaklistoffset*/
|
H A D | stringio.c | 46 PyObject *weakreflist; member 610 if (self->weakreflist != NULL) in stringio_dealloc() 1030 offsetof(stringio, weakreflist), /*tp_weaklistoffset*/
|
H A D | bufferedio.c | 227 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 D | memoryobject.h | 64 PyObject *weakreflist; member
|
/third_party/python/Modules/_sre/ |
H A D | sre.h | 35 PyObject *weakreflist; /* List of weak references */ member
|
H A D | sre.c | 599 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 D | message.h | 129 PyObject* weakreflist; member
|