Searched refs:GET_WEAKREFS_LISTPTR (Results 1 – 4 of 4) sorted by relevance
4 #define GET_WEAKREFS_LISTPTR(o) \ macro18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefcount()39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
5 #define GET_WEAKREFS_LISTPTR(o) \ macro56 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()296 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()766 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()825 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()917 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()
5 #define GET_WEAKREFS_LISTPTR(o) \ macro56 PyWeakReference **list = GET_WEAKREFS_LISTPTR( in clear_weakref()285 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()755 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()814 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()906 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()