Searched refs:PyObject_AsReadBuffer (Results 1 – 24 of 24) sorted by relevance
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | objbuffer.rst | 30 .. c:function:: int PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_le…
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | objbuffer.rst | 31 .. c:function:: int PyObject_AsReadBuffer(PyObject *obj, const void **buffer, Py_ssize_t *buffer_le…
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _codecsmodule.c | 224 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/ |
D | abstract.h | 343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | abstract.h | 343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | abstract.h | 343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | abstract.h | 343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | abstract.h | 343 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython2/Include/ |
D | abstract.h | 501 PyAPI_FUNC(int) PyObject_AsReadBuffer(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 1579 PyObject_AsReadBuffer:int::: 1580 PyObject_AsReadBuffer:PyObject*:obj:0: 1581 PyObject_AsReadBuffer:const void**:buffer:: 1582 PyObject_AsReadBuffer:Py_ssize_t*:buffer_len::
|
D | stable_abi.dat | 481 function,PyObject_AsReadBuffer,3.2,,
|
D | python3.11.abi | 500 …<elf-symbol name='PyObject_AsReadBuffer' type='func-type' binding='global-binding' visibility='def… 6779 …PyObject_AsReadBuffer' mangled-name='PyObject_AsReadBuffer' filepath='Objects/abstract.c' line='34…
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp.swig | 79 // PyObject_AsReadBuffer($input, (const void**)(&$1), &unused);
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 128 "PyObject_AsReadBuffer"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 430 EXPORT_FUNC(PyObject_AsReadBuffer)
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | bltinmodule.c | 556 else if (!PyObject_AsReadBuffer(cmd, (const void **)&str, &length)) { in builtin_compile()
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | fileobject.c | 1965 res = PyObject_AsReadBuffer(v, (const void**)&buffer, &len); in file_writelines()
|
D | abstract.c | 291 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1738 [function.PyObject_AsReadBuffer]
|
D | HISTORY | 959 - Issue #22896: Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | abstract.c | 344 int PyObject_AsReadBuffer(PyObject *obj, in PyObject_AsReadBuffer() function
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/ |
D | _ctypes.c | 648 if (-1 == PyObject_AsReadBuffer(obj, &buffer, &buffer_len)) in CDataType_from_buffer_copy()
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a1.rst | 3358 ``PyObject_AsCharBuffer()``, ``PyObject_AsReadBuffer()``,
|
D | 3.5.0a1.rst | 26 Avoid using PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and
|