Home
last modified time | relevance | path

Searched refs:PyWeakref_NewRef (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Include/
Dweakrefobject.h56 PyAPI_FUNC(PyObject *) PyWeakref_NewRef(PyObject *ob,
/external/python/cpython2/Doc/c-api/
Dweakref.rst35 .. c:function:: PyObject* PyWeakref_NewRef(PyObject *ob, PyObject *callback)
Darg.rst400 result = PyWeakref_NewRef(object, callback);
/external/python/cpython2/Modules/
Dthreadmodule.c302 wr = PyWeakref_NewRef((PyObject *) dummy, self->wr_callback); in _local_create_dummy()
368 wr = PyWeakref_NewRef((PyObject *) self, NULL); in local_new()
D_ssl.c601 self->ssl_sock = PyWeakref_NewRef(ssl_sock, NULL); in newPySSLSocket()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c308 weakref = PyWeakref_NewRef((PyObject*)cursor, NULL); in pysqlite_connection_register_cursor()
1236 weakref = PyWeakref_NewRef((PyObject*)statement, NULL); in pysqlite_connection_call()
/external/python/cpython2/Doc/data/
Drefcounts.dat1724 PyWeakref_NewRef:PyObject*::+1:
1725 PyWeakref_NewRef:PyObject*:ob:0:
1726 PyWeakref_NewRef:PyObject*:callback:0:
/external/python/cpython2/Objects/
Dweakrefobject.c756 PyWeakref_NewRef(PyObject *ob, PyObject *callback) in PyWeakref_NewRef() function
Dtypeobject.c4267 newobj = PyWeakref_NewRef((PyObject *)type, NULL);
/external/python/cpython2/PC/os2emx/
Dpython27.def671 "PyWeakref_NewRef"
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2854 kEmptyWeakref = PyWeakref_NewRef(dummy_obj, NULL); in CheckAndGetInteger()
/external/python/cpython2/Misc/
DHISTORY3094 - Fixed problem where PyWeakref_NewRef() and PyWeakref_NewProxy()