Home
last modified time | relevance | path

Searched refs:GET_WEAKREFS_LISTPTR (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A D_weakref.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
34 list = GET_WEAKREFS_LISTPTR(object); in _weakref_getweakrefcount_impl()
94 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in _weakref_getweakrefs()
/third_party/python/Objects/
H A Dweakrefobject.c6 #define GET_WEAKREFS_LISTPTR(o) \ macro
60 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
306 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
799 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
858 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
954 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()

Completed in 2 milliseconds