Searched refs:PyObject_AsWriteBuffer (Results 1 – 24 of 24) sorted by relevance
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | objbuffer.rst | 49 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | objbuffer.rst | 54 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
|
D | buffer.rst | 451 :c:func:`PyObject_AsWriteBuffer`) is not specifically aligned.
|
/aosp_15_r20/external/python/cpython2/Modules/_multiprocessing/ |
D | multiprocessing.c | 210 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/ |
D | abstract.h | 354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | abstract.h | 354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | abstract.h | 354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | abstract.h | 354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | abstract.h | 354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | abstract.h | 517 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1584 PyObject_AsWriteBuffer:int::: 1585 PyObject_AsWriteBuffer:PyObject*:obj:0: 1586 PyObject_AsWriteBuffer:void**:buffer:: 1587 PyObject_AsWriteBuffer:Py_ssize_t*:buffer_len::
|
D | stable_abi.dat | 482 function,PyObject_AsWriteBuffer,3.2,,
|
D | python3.11.abi | 501 …<elf-symbol name='PyObject_AsWriteBuffer' type='func-type' binding='global-binding' visibility='de… 6773 …PyObject_AsWriteBuffer' mangled-name='PyObject_AsWriteBuffer' filepath='Objects/abstract.c' line='…
|
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/ |
D | cursor.c | 388 if (PyObject_AsWriteBuffer(buffer, &raw_buffer, &nbytes)) { in _pysqlite_fetch_one_row()
|
D | connection.c | 626 if (PyObject_AsWriteBuffer(cur_py_value, &raw_buffer, &buflen)) { in _pysqlite_build_py_params()
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 129 "PyObject_AsWriteBuffer"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 431 EXPORT_FUNC(PyObject_AsWriteBuffer)
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | abstract.c | 324 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1740 [function.PyObject_AsWriteBuffer]
|
D | HISTORY | 960 and PyObject_AsWriteBuffer().
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | abstract.c | 351 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 589 if (-1 == PyObject_AsWriteBuffer(obj, &buffer, &buffer_len)) in CDataType_from_buffer()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 3359 ``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are
|
D | 3.5.0a1.rst | 27 PyObject_AsWriteBuffer().
|