Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython3/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()
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dweakref.rst63 .. c:function:: PyObject* PyWeakref_GetObject(PyObject *ref)
80 Similar to :c:func:`PyWeakref_GetObject`, but implemented as a macro that does no
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dweakref.rst54 .. c:function:: PyObject* PyWeakref_GetObject(PyObject *ref)
69 Similar to :c:func:`PyWeakref_GetObject`, but does no error checking.
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dconnection.c247 statement = PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
260 cursor = (pysqlite_Cursor*)PyWeakref_GetObject(weakref); in pysqlite_do_all_statements()
819 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_statement_references()
850 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_cursor_references()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dweakrefobject.h30 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dweakrefobject.h30 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/external/python/cpython3/Include/
Dweakrefobject.h30 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dweakrefobject.h30 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dweakrefobject.h30 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/external/python/cpython2/Include/
Dweakrefobject.h60 PyAPI_FUNC(PyObject *) PyWeakref_GetObject(PyObject *ref);
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dblob.c100 PyObject *blob = PyWeakref_GetObject(weakref); in pysqlite_close_all_blobs()
Dconnection.c924 if (PyWeakref_GetObject(weakref) != Py_None) { in _pysqlite_drop_unused_cursor_references()
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h607 obj = PyWeakref_GetObject(ref); in PyWeakref_GetRef()
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp3361 PyObject* x = PyWeakref_GetObject(weakref); // borrowed ref in check_nopybind()
3382 PyObject* x = PyWeakref_GetObject(weakref); // borrowed ref in check_verbose_nopybind()
3421 PyObject* x = PyWeakref_GetObject(obj); // borrowed ref in check_nopybind()
3432 PyObject* x = PyWeakref_GetObject(obj); // borrowed ref in check_verbose_nopybind()
/aosp_15_r20/external/python/cpython3/Modules/
D_abc.c851 PyObject *rkey = PyWeakref_GetObject(copy[i]); in subclasscheck_check_registry()
D_ssl.c382 (PySocketSockObject *) PyWeakref_GetObject((obj)->Socket) : NULL)
2201 owner = PyWeakref_GetObject(self->owner); in PySSL_get_owner()
4416 ssl_socket = PyWeakref_GetObject(ssl->owner); in _servername_callback()
4418 ssl_socket = PyWeakref_GetObject(ssl->Socket); in _servername_callback()
/aosp_15_r20/external/python/cpython2/Objects/
Dweakrefobject.c881 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject() function
/aosp_15_r20/external/python/cpython3/Objects/
Dweakrefobject.c913 PyWeakref_GetObject(PyObject *ref) in PyWeakref_GetObject() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def674 "PyWeakref_GetObject"
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1717 PyWeakref_GetObject:PyObject*::0:
1718 PyWeakref_GetObject:PyObject*:ref:0:
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c725 EXPORT_FUNC(PyWeakref_GetObject)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat788 function,PyWeakref_GetObject,3.2,,
Drefcounts.dat2835 PyWeakref_GetObject:PyObject*::0:
2836 PyWeakref_GetObject:PyObject*:ref:0:
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c609 mod = PyWeakref_GetObject(ref); in PyImport_AddModuleObject()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1576 [function.PyWeakref_GetObject]

12