Home
last modified time | relevance | path

Searched refs:PyObject_AsWriteBuffer (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobjbuffer.rst49 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst54 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
Dbuffer.rst451 :c:func:`PyObject_AsWriteBuffer`) is not specifically aligned.
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/
Dmultiprocessing.c210 if (PyObject_AsWriteBuffer(obj, &buffer, &buffer_len) < 0) in multiprocessing_address_of_buffer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython3/Include/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1584 PyObject_AsWriteBuffer:int:::
1585 PyObject_AsWriteBuffer:PyObject*:obj:0:
1586 PyObject_AsWriteBuffer:void**:buffer::
1587 PyObject_AsWriteBuffer:Py_ssize_t*:buffer_len::
Dstable_abi.dat482 function,PyObject_AsWriteBuffer,3.2,,
Dpython3.11.abi501 …<elf-symbol name='PyObject_AsWriteBuffer' type='func-type' binding='global-binding' visibility='de…
6773PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='…
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcursor.c388 if (PyObject_AsWriteBuffer(buffer, &raw_buffer, &nbytes)) { in _pysqlite_fetch_one_row()
Dconnection.c626 if (PyObject_AsWriteBuffer(cur_py_value, &raw_buffer, &buflen)) { in _pysqlite_build_py_params()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def129 "PyObject_AsWriteBuffer"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c431 EXPORT_FUNC(PyObject_AsWriteBuffer)
/aosp_15_r20/external/python/cpython2/Objects/
Dabstract.c324 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1740 [function.PyObject_AsWriteBuffer]
DHISTORY960 and PyObject_AsWriteBuffer().
/aosp_15_r20/external/python/cpython3/Objects/
Dabstract.c351 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c589 if (-1 == PyObject_AsWriteBuffer(obj, &buffer, &buffer_len)) in CDataType_from_buffer()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst3359 ``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are
D3.5.0a1.rst27 PyObject_AsWriteBuffer().