Searched refs:PyCodec_StreamReader (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython2/Include/ |
D | codecs.h | 165 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | codec.rst | 69 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
|
/aosp_15_r20/external/python/cpython2/Doc/c-api/ |
D | codec.rst | 61 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 307 PyCodec_StreamReader:PyObject*::+1: 308 PyCodec_StreamReader:const char*:encoding:: 309 PyCodec_StreamReader:PyObject*:stream:0: 310 PyCodec_StreamReader:const char*:errors::
|
D | stable_abi.dat | 84 function,PyCodec_StreamReader,3.2,,
|
D | python3.11.abi | 91 …<elf-symbol name='PyCodec_StreamReader' type='func-type' binding='global-binding' visibility='defa… 11583 …PyCodec_StreamReader' mangled-name='PyCodec_StreamReader' filepath='Python/codecs.c' line='373' co…
|
/aosp_15_r20/external/python/cpython2/Python/ |
D | codecs.c | 323 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
|
/aosp_15_r20/external/python/cpython2/PC/os2emx/ |
D | python27.def | 885 "PyCodec_StreamReader"
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 158 EXPORT_FUNC(PyCodec_StreamReader)
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | codecs.c | 373 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | tokenizer.c | 477 reader = PyCodec_StreamReader(enc, stream, NULL); in fp_setreadl()
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 518 [function.PyCodec_StreamReader]
|