Home
last modified time | relevance | path

Searched refs:_PyIO_str_reset (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h164 extern PyObject *_PyIO_str_reset;
D_iomodule.c41 PyObject *_PyIO_str_reset; variable
747 if (!(_PyIO_str_reset = PyString_InternFromString("reset"))) in init_io()
Dtextio.c538 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.h174 extern PyObject *_PyIO_str_reset;
D_iomodule.c46 PyObject *_PyIO_str_reset = NULL; variable
Dtextio.c604 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/
Dignored-globals.txt450 _PyIO_str_reset