Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobjbuffer.rst30 .. c:function:: int PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_le…
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst31 .. c:function:: int PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_le…
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c224 if (PyObject_AsReadBuffer(obj, (const void **)&data, &size)) in unicode_internal_decode()
653 if (PyObject_AsReadBuffer(obj, (const void **)&data, &size)) in unicode_internal_encode()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython3/Include/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dabstract.h343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython2/Include/
Dabstract.h501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
/aosp_15_r20/external/python/cpython3/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.dat481 function,PyObject_AsReadBuffer,3.2,,
Dpython3.11.abi500 …<elf-symbol name='PyObject_AsReadBuffer' type='func-type' binding='global-binding' visibility='def…
6779PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='34…
/aosp_15_r20/external/webp/swig/
H A Dlibwebp.swig79 // PyObject_AsReadBuffer($input, (const void**)(&$1), &unused);
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def128 "PyObject_AsReadBuffer"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c430 EXPORT_FUNC(PyObject_AsReadBuffer)
/aosp_15_r20/external/python/cpython2/Python/
Dbltinmodule.c556 else if (!PyObject_AsReadBuffer(cmd, (const void **)&str, &length)) { in builtin_compile()
/aosp_15_r20/external/python/cpython2/Objects/
Dfileobject.c1965 res = PyObject_AsReadBuffer(v, (const void**)&buffer, &len); in file_writelines()
Dabstract.c291 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1738 [function.PyObject_AsReadBuffer]
DHISTORY959 - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
/aosp_15_r20/external/python/cpython3/Objects/
Dabstract.c344 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() function
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
D_ctypes.c648 if (-1 == PyObject_AsReadBuffer(obj, &buffer, &buffer_len)) in CDataType_from_buffer_copy()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a1.rst3358 ``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``,
D3.5.0a1.rst26 Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and