Home
last modified time | relevance | path

Searched refs:PyWeakref_GetObject (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Modules/_ssl/
Ddebughelpers.c31 ssl_socket = PyWeakref_GetObject(ssl_obj->owner); in _PySSL_msg_callback()
33 ssl_socket = PyWeakref_GetObject(ssl_obj->Socket); in _PySSL_msg_callback()
/third_party/python/Doc/c-api/
Dweakref.rst54 .. c:function:: PyObject* PyWeakref_GetObject(PyObject *ref)
69 Similar to :c:func:`PyWeakref_GetObject`, but implemented as a macro that does no
/third_party/python/Include/
Dweakrefobject.h62 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/third_party/python/Modules/_sqlite/
Dconnection.c210 statement = PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
225 cursor = (pysqlite_Cursor*)PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
828 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_statement_references()
859 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_cursor_references()
/third_party/python/Python/
Dimport.c572 mod = PyWeakref_GetObject(ref); in _PyImport_FindExtensionObject()
635 mod = PyWeakref_GetObject(ref); in PyImport_AddModuleObject()
/third_party/python/Modules/
D_abc.c854 PyObject *rkey = PyWeakref_GetObject(copy[i]); in subclasscheck_check_registry()
D_ssl.c384 (PySocketSockObject *) PyWeakref_GetObject((obj)->Socket) : NULL)
2164 owner = PyWeakref_GetObject(self->owner); in PySSL_get_owner()
4369 ssl_socket = PyWeakref_GetObject(ssl->owner); in _servername_callback()
4371 ssl_socket = PyWeakref_GetObject(ssl->Socket); in _servername_callback()
/third_party/python/Objects/
Dweakrefobject.c937 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject() function
/third_party/python/Doc/data/
Dstable_abi.dat766 function,PyWeakref_GetObject,3.2,
Drefcounts.dat2913 PyWeakref_GetObject:PyObject*::0:
2914 PyWeakref_GetObject:PyObject*:ref:0:
/third_party/python/PC/
Dpython3dll.c712 EXPORT_FUNC(PyWeakref_GetObject)
/third_party/python/Misc/
Dstable_abi.txt1484 function PyWeakref_GetObject
DHISTORY13299 socket object got through ``PyWeakref_GetObject``, so as to avoid possible