Searched refs:_PyIO_str_flush (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Modules/_io/ |
D | _iomodule.h | 154 extern PyObject *_PyIO_str_flush;
|
D | _iomodule.c | 31 PyObject *_PyIO_str_flush; variable 727 if (!(_PyIO_str_flush = PyString_InternFromString("flush"))) in init_io()
|
D | textio.c | 1196 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()
|
D | iobase.c | 186 res = PyObject_CallMethodObjArgs(self, _PyIO_str_flush, NULL); in iobase_close()
|
D | bufferedio.c | 430 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.h | 162 extern PyObject *_PyIO_str_flush;
|
D | textio.c | 1346 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.c | 35 PyObject *_PyIO_str_flush = NULL; variable
|
D | iobase.c | 238 res = PyObject_CallMethodObjArgs(self, _PyIO_str_flush, NULL); in _io__IOBase_close_impl()
|
D | bufferedio.c | 464 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/ |
D | ignored-globals.txt | 439 _PyIO_str_flush
|