Home
last modified time | relevance | path

Searched refs:_PyIO_str_reset (Results 1 – 9 of 9) 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.h176 extern PyObject *_PyIO_str_reset;
D_iomodule.c45 PyObject *_PyIO_str_reset = NULL; variable
Dtextio.c606 return PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _io_IncrementalNewlineDecoder_reset_impl()
2398 res = PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _textiowrapper_decoder_setstate()
2413 res = PyObject_CallMethodNoArgs(self->encoder, _PyIO_str_reset); in _textiowrapper_encoder_reset()
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt450 _PyIO_str_reset
DTODO187 Modules/_io/_iomodule.c:_PyIO_str_reset PyObject *_PyIO_str_reset
Dknown.tsv1467 Modules/_io/_iomodule.c - _PyIO_str_reset variable PyObject *_PyIO_str_reset