Home
last modified time | relevance | path

Searched refs:PyCodec_StreamReader (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dcodecs.h165 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/external/python/cpython3/Include/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dcodecs.h192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcodec.rst69 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
/aosp_15_r20/external/python/cpython2/Doc/c-api/
Dcodec.rst61 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat307 PyCodec_StreamReader:PyObject*::+1:
308 PyCodec_StreamReader:const char*:encoding::
309 PyCodec_StreamReader:PyObject*:stream:0:
310 PyCodec_StreamReader:const char*:errors::
Dstable_abi.dat84 function,PyCodec_StreamReader,3.2,,
Dpython3.11.abi91 …<elf-symbol name='PyCodec_StreamReader' type='func-type' binding='global-binding' visibility='defa…
11583PyCodec_StreamReader' mangled-name='PyCodec_StreamReader' filepath='Python/codecs.c' line='373' co…
/aosp_15_r20/external/python/cpython2/Python/
Dcodecs.c323 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def885 "PyCodec_StreamReader"
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c158 EXPORT_FUNC(PyCodec_StreamReader)
/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c373 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c477 reader = PyCodec_StreamReader(enc, stream, NULL); in fp_setreadl()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml518 [function.PyCodec_StreamReader]