Home
last modified time | relevance | path

Searched refs:_PyIO_str_flush (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.h154 extern PyObject *_PyIO_str_flush;
D_iomodule.c31 PyObject *_PyIO_str_flush; variable
727 if (!(_PyIO_str_flush = PyString_InternFromString("flush"))) in init_io()
Dtextio.c1196 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in textiowrapper_detach()
1328 ret = PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_flush, NULL); in textiowrapper_write()
2103 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in textiowrapper_seek()
2368 res = PyObject_CallMethodObjArgs((PyObject *) self, _PyIO_str_flush, NULL); in textiowrapper_truncate()
Diobase.c186 res = PyObject_CallMethodObjArgs(self, _PyIO_str_flush, NULL); in iobase_close()
Dbufferedio.c430 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_flush, NULL); in buffered_simple_flush()
474 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in buffered_close()
501 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in buffered_detach()
/external/python/cpython3/Modules/_io/
D_iomodule.h162 extern PyObject *_PyIO_str_flush;
Dtextio.c1346 PyObject *res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_reconfigure_impl()
1485 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_detach_impl()
1680 ret = PyObject_CallMethodObjArgs(self->buffer, _PyIO_str_flush, NULL); in _io_TextIOWrapper_write_impl()
2500 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_seek_impl()
2834 res = PyObject_CallMethodObjArgs((PyObject *) self, _PyIO_str_flush, NULL); in _io_TextIOWrapper_truncate_impl()
D_iomodule.c35 PyObject *_PyIO_str_flush = NULL; variable
Diobase.c238 res = PyObject_CallMethodObjArgs(self, _PyIO_str_flush, NULL); in _io__IOBase_close_impl()
Dbufferedio.c464 return PyObject_CallMethodObjArgs(self->raw, _PyIO_str_flush, NULL); in buffered_simple_flush()
516 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in buffered_close()
548 res = PyObject_CallMethodObjArgs((PyObject *)self, _PyIO_str_flush, NULL); in buffered_detach()
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt439 _PyIO_str_flush