Searched refs:_PyIO_str_reset (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 164 extern PyObject *_PyIO_str_reset;
|
D | _iomodule.c | 41 PyObject *_PyIO_str_reset; variable 747 if (!(_PyIO_str_reset = PyString_InternFromString("reset"))) in init_io()
|
D | textio.c | 538 return PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in incrementalnewlinedecoder_reset() 1978 res = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _textiowrapper_decoder_setstate() 1994 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_reset, NULL); in _textiowrapper_encoder_setstate()
|
/external/python/cpython3/Modules/_io/ |
D | _iomodule.h | 174 extern PyObject *_PyIO_str_reset;
|
D | _iomodule.c | 46 PyObject *_PyIO_str_reset = NULL; variable
|
D | textio.c | 604 return PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _io_IncrementalNewlineDecoder_reset_impl() 2282 res = PyObject_CallMethodObjArgs(self->decoder, _PyIO_str_reset, NULL); in _textiowrapper_decoder_setstate() 2297 res = PyObject_CallMethodObjArgs(self->encoder, _PyIO_str_reset, NULL); in _textiowrapper_encoder_reset()
|
/external/python/cpython3/Tools/c-globals/ |
D | ignored-globals.txt | 450 _PyIO_str_reset
|