Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_weakref.c4 #define GET_WEAKREFS_LISTPTR(o) \ macro
18 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefcount()
39 PyWeakReference **list = GET_WEAKREFS_LISTPTR(object); in weakref_getweakrefs()
/external/python/cpython2/Objects/
Dweakrefobject.c5 #define GET_WEAKREFS_LISTPTR(o) \ macro
56 PyWeakReference **list = GET_WEAKREFS_LISTPTR(self->wr_object); in clear_weakref()
295 list = GET_WEAKREFS_LISTPTR(ob); in weakref___new__()
768 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewRef()
827 list = GET_WEAKREFS_LISTPTR(ob); in PyWeakref_NewProxy()
919 list = GET_WEAKREFS_LISTPTR(object); in PyObject_ClearWeakRefs()