Home
last modified time | relevance | path

Searched refs:PyByteArray_AsString (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dbytearray.rst65 .. c:function:: char* PyByteArray_AsString(PyObject *bytearray)
82 Macro version of :c:func:`PyByteArray_AsString`.
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dbytearray.rst62 .. c:function:: char* PyByteArray_AsString(PyObject *bytearray)
80 Similar to :c:func:`PyByteArray_AsString`, but without error checking.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dbytearrayobject.h32 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dbytearrayobject.h32 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dbytearrayobject.h32 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dbytearrayobject.h32 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dbytearrayobject.h32 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dbytearrayobject.h43 PyAPI_FUNC(char *) PyByteArray_AsString(PyObject *);
/aosp_15_r20/external/dtc/pylibfdt/
H A Dlibfdt.i1058 $1 = (void *)PyByteArray_AsString($input);
1069 $1 = PyByteArray_AsString($input);
/aosp_15_r20/external/python/cpython2/Modules/_io/
Diobase.c833 res = PyBytes_FromStringAndSize(PyByteArray_AsString(b), n); in rawiobase_read()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c935 res = PyBytes_FromStringAndSize(PyByteArray_AsString(b), n); in _io__RawIOBase_read_impl()
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-python.c37 *bytes = PyByteArray_AsString(py_value); in py_bytes()
/aosp_15_r20/external/libnl/python/netlink/
H A Dcapi.i819 $2 = ($2_ltype)PyByteArray_AsString($input);
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c106 EXPORT_FUNC(PyByteArray_AsString)
/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c235 PyByteArray_AsString(PyObject *self) in PyByteArray_AsString() function
1511 output_start = output = PyByteArray_AsString(result); in bytearray_translate()
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat22 function,PyByteArray_AsString,3.2,,
Drefcounts.dat77 PyByteArray_AsString:char*:::
78 PyByteArray_AsString:PyObject*:bytearray:0:
Dpython3.11.abi28 …<elf-symbol name='PyByteArray_AsString' type='func-type' binding='global-binding' visibility='defa…
6928PyByteArray_AsString' mangled-name='PyByteArray_AsString' filepath='Objects/bytearrayobject.c' lin…
/aosp_15_r20/external/python/cpython3/Objects/
Dbytearrayobject.c161 PyByteArray_AsString(PyObject *self) in PyByteArray_AsString() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml406 [function.PyByteArray_AsString]
/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c1637 data->buf = PyByteArray_AsString(obj); in idna_converter()