Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dobjbuffer.rst49 .. c:function:: int PyObject_AsWriteBuffer(PyObject *obj, void **buffer, Py_ssize_t *buffer_len)
/third_party/python/Include/
Dabstract.h354 PyAPI_FUNC(int) PyObject_AsWriteBuffer(PyObject *obj,
/third_party/python/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.dat468 function,PyObject_AsWriteBuffer,3.2,
/third_party/python/PC/
Dpython3dll.c424 EXPORT_FUNC(PyObject_AsWriteBuffer)
/third_party/python/Misc/
Dstable_abi.txt1657 function PyObject_AsWriteBuffer
DHISTORY960 and PyObject_AsWriteBuffer().
/third_party/python/Objects/
Dabstract.c349 int PyObject_AsWriteBuffer(PyObject *obj, in PyObject_AsWriteBuffer() function
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3359 ``PyObject_CheckReadBuffer()``, and ``PyObject_AsWriteBuffer()`` are
D3.5.0a1.rst27 PyObject_AsWriteBuffer().