Searched refs:_PyIO_str_decode (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 151 extern PyObject *_PyIO_str_decode;
|
D | _iomodule.c | 28 PyObject *_PyIO_str_decode; variable 721 if (!(_PyIO_str_decode = PyString_InternFromString("decode"))) in init_io()
|
D | textio.c | 276 _PyIO_str_decode, input, final ? Py_True : Py_False, NULL); in _PyIncrementalNewlineDecoder_decode() 1456 _PyIO_str_decode, input_chunk, eof ? Py_True : Py_False, NULL); in textiowrapper_read_chunk() 1521 decoded = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_decode, in textiowrapper_read()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.h | 161 extern PyObject *_PyIO_str_decode;
|
D | _iomodule.c | 30 PyObject *_PyIO_str_decode = NULL; variable
|
D | textio.c | 322 _PyIO_str_decode, input, final ? Py_True : Py_False, NULL); in _PyIncrementalNewlineDecoder_decode() 905 chars = PyObject_CallMethodObjArgs(decoder, _PyIO_str_decode, bytes, in _textiowrapper_decode() 1947 self->decoder, _PyIO_str_decode, bytes, Py_True, NULL); in _io_TextIOWrapper_read_impl()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | ignored-globals.txt | 436 _PyIO_str_decode
|
D | TODO | 172 Modules/_io/_iomodule.c:_PyIO_str_decode PyObject *_PyIO_str_decode
|
D | known.tsv | 1452 Modules/_io/_iomodule.c - _PyIO_str_decode variable PyObject *_PyIO_str_decode
|