Home
last modified time | relevance | path

Searched refs:PyObject_AsReadBuffer (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Doc/c-api/
Dobjbuffer.rst30 .. c:function:: int PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_le…
/third_party/python/Include/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/third_party/flutter/skia/third_party/externals/libwebp/swig/
Dlibwebp.swig76 // PyObject_AsReadBuffer($input, (const void**)(&$1), &unused);
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.swig79 // PyObject_AsReadBuffer($input, (const void**)(&$1), &unused);
/third_party/python/Doc/data/
Drefcounts.dat1579 PyObject_AsReadBuffer:int:::
1580 PyObject_AsReadBuffer:PyObject*:obj:0:
1581 PyObject_AsReadBuffer:const void**:buffer::
1582 PyObject_AsReadBuffer:Py_ssize_t*:buffer_len::
Dstable_abi.dat467 function,PyObject_AsReadBuffer,3.2,
/third_party/python/PC/
Dpython3dll.c423 EXPORT_FUNC(PyObject_AsReadBuffer)
/third_party/python/Misc/
Dstable_abi.txt1655 function PyObject_AsReadBuffer
DHISTORY959 - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
/third_party/python/Objects/
Dabstract.c342 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc1945 if (PyObject_AsReadBuffer(arg, &data, &data_length) < 0) { in MergeFromString()
/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