Home
last modified time | relevance | path

Searched refs:PyObject_ClearWeakRefs (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython2/Modules/
Dthreadmodule.c32 PyObject_ClearWeakRefs((PyObject *) self); in lock_dealloc()
230 PyObject_ClearWeakRefs((PyObject *) self); in localdummy_dealloc()
423 PyObject_ClearWeakRefs((PyObject *) self); in local_dealloc()
D_functoolsmodule.c148 PyObject_ClearWeakRefs((PyObject *) pto); in partial_dealloc()
D_bsddb.c981 PyObject_ClearWeakRefs((PyObject *) self); in DB_dealloc()
1043 PyObject_ClearWeakRefs((PyObject *) self); in DBCursor_dealloc()
1091 PyObject_ClearWeakRefs((PyObject *) self); in DBLogCursor_dealloc()
1161 PyObject_ClearWeakRefs((PyObject *) self); in DBEnv_dealloc()
1253 PyObject_ClearWeakRefs((PyObject *) self); in DBTxn_dealloc()
1300 PyObject_ClearWeakRefs((PyObject *) self); in DBLock_dealloc()
1358 PyObject_ClearWeakRefs((PyObject *) self); in DBSequence_dealloc()
1406 PyObject_ClearWeakRefs((PyObject *) self); in DBSite_dealloc()
D_struct.c1403 PyObject_ClearWeakRefs((PyObject *)s); in s_dealloc()
D_collectionsmodule.c825 PyObject_ClearWeakRefs((PyObject *) deque); in deque_dealloc()
Darraymodule.c498 PyObject_ClearWeakRefs((PyObject *) op); in array_dealloc()
Ditertoolsmodule.c576 PyObject_ClearWeakRefs((PyObject *) to); in tee_clear()
/external/python/cpython2/Objects/
Dgenobject.c26 PyObject_ClearWeakRefs(self); in gen_dealloc()
Dfuncobject.c450 PyObject_ClearWeakRefs((PyObject *) op); in func_dealloc()
Dclassobject.c193 PyObject_ClearWeakRefs((PyObject *) op); in class_dealloc()
639 PyObject_ClearWeakRefs((PyObject *) inst); in instance_dealloc()
2386 PyObject_ClearWeakRefs((PyObject *)im); in instancemethod_dealloc()
Dweakrefobject.c909 PyObject_ClearWeakRefs(PyObject *object) in PyObject_ClearWeakRefs() function
Dcodeobject.c359 PyObject_ClearWeakRefs((PyObject*)co); in code_dealloc()
Dsetobject.c555 PyObject_ClearWeakRefs((PyObject *) so); in set_dealloc()
Dfileobject.c616 PyObject_ClearWeakRefs((PyObject *) f); in file_dealloc()
/external/python/cpython2/Modules/_multiprocessing/
Dconnection.h82 PyObject_ClearWeakRefs((PyObject*)self); in connection_dealloc()
/external/python/cpython2/Modules/_sqlite/
Dstatement.c426 PyObject_ClearWeakRefs((PyObject*)self); in pysqlite_statement_dealloc()
Dcursor.c135 PyObject_ClearWeakRefs((PyObject*)self); in pysqlite_cursor_dealloc()
/external/python/cpython2/Modules/_io/
Diobase.c295 PyObject_ClearWeakRefs((PyObject *) self); in iobase_dealloc()
Dbytesio.c755 PyObject_ClearWeakRefs((PyObject *) self); in bytesio_dealloc()
Dstringio.c527 PyObject_ClearWeakRefs((PyObject *) self); in stringio_dealloc()
Dfileio.c413 PyObject_ClearWeakRefs((PyObject *) self); in fileio_dealloc()
Dbufferedio.c372 PyObject_ClearWeakRefs((PyObject *)self); in buffered_dealloc()
2113 PyObject_ClearWeakRefs((PyObject *)self); in bufferedrwpair_dealloc()
Dtextio.c1099 PyObject_ClearWeakRefs((PyObject *)self); in textiowrapper_dealloc()
/external/python/cpython2/Include/
Dobject.h491 PyAPI_FUNC(void) PyObject_ClearWeakRefs(PyObject *);
/external/python/cpython2/PC/os2emx/
Dpython27.def673 "PyObject_ClearWeakRefs"

12