Searched refs:PyCodec_StreamReader (Results 1 – 13 of 13) sorted by relevance
| /external/python/cpython2/Include/ |
| D | codecs.h | 165 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
| /external/python/cpython3/Include/ |
| D | codecs.h | 192 PyAPI_FUNC(PyObject *) PyCodec_StreamReader(
|
| /external/python/cpython2/Doc/c-api/ |
| D | codec.rst | 61 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
|
| /external/python/cpython3/Doc/c-api/ |
| D | codec.rst | 69 .. c:function:: PyObject* PyCodec_StreamReader(const char *encoding, PyObject *stream, const char *…
|
| /external/python/cpython2/Python/ |
| D | codecs.c | 323 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
|
| /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 | 76 function,PyCodec_StreamReader,3.2,
|
| D | python3.10.abi | 89 …<elf-symbol name='PyCodec_StreamReader' type='func-type' binding='global-binding' visibility='defa… 13115 …PyCodec_StreamReader' mangled-name='PyCodec_StreamReader' filepath='Python/codecs.c' line='372' co…
|
| /external/python/cpython2/PC/os2emx/ |
| D | python27.def | 885 "PyCodec_StreamReader"
|
| /external/python/cpython3/PC/ |
| D | python3dll.c | 154 EXPORT_FUNC(PyCodec_StreamReader)
|
| /external/python/cpython3/Python/ |
| D | codecs.c | 372 PyObject *PyCodec_StreamReader(const char *encoding, in PyCodec_StreamReader() function
|
| /external/python/cpython2/Parser/ |
| D | tokenizer.c | 477 reader = PyCodec_StreamReader(enc, stream, NULL); in fp_setreadl()
|
| /external/python/cpython3/Misc/ |
| D | stable_abi.txt | 428 function PyCodec_StreamReader
|