Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
D_iomodule.h175 extern PyObject *_PyIO_str_reset;
D_iomodule.c47 PyObject *_PyIO_str_reset = NULL; variable
Dtextio.c607 return PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _io_IncrementalNewlineDecoder_reset_impl()
2408 res = PyObject_CallMethodNoArgs(self->decoder, _PyIO_str_reset); in _textiowrapper_decoder_setstate()
2423 res = PyObject_CallMethodNoArgs(self->encoder, _PyIO_str_reset); in _textiowrapper_encoder_reset()
/third_party/python/Tools/c-analyzer/
DTODO182 Modules/_io/_iomodule.c:_PyIO_str_reset PyObject *_PyIO_str_reset
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv41 Modules/_io/_iomodule.h - _PyIO_str_reset -
2674 Modules/_io/_iomodule.c - _PyIO_str_reset -