Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dobjbuffer.rst21 .. c:function:: int PyObject_AsCharBuffer(PyObject *obj, const char **buffer, Py_ssize_t *buffer_le…
/third_party/python/Include/
Dabstract.h326 PyAPI_FUNC(int) PyObject_AsCharBuffer(PyObject *obj,
/third_party/python/Doc/data/
Drefcounts.dat1574 PyObject_AsCharBuffer:int:::
1575 PyObject_AsCharBuffer:PyObject*:obj:0:
1576 PyObject_AsCharBuffer:const char**:buffer::
1577 PyObject_AsCharBuffer:Py_ssize_t*:buffer_len::
Dstable_abi.dat465 function,PyObject_AsCharBuffer,3.2,
/third_party/python/PC/
Dpython3dll.c420 EXPORT_FUNC(PyObject_AsCharBuffer)
/third_party/python/Misc/
Dstable_abi.txt1653 function PyObject_AsCharBuffer
DHISTORY959 - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
/third_party/python/Objects/
Dabstract.c335 PyObject_AsCharBuffer(PyObject *obj, in PyObject_AsCharBuffer() function
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst3358 ``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``,
D3.5.0a1.rst26 Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and