Searched refs:_PyFile_Flush (Results 1 – 12 of 12) sorted by relevance
1416 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_reconfigure_impl()1557 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_detach_impl()1773 if (_PyFile_Flush(self->buffer) < 0) { in _io_TextIOWrapper_write_impl()2568 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_seek_impl()2615 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_seek_impl()2742 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_tell_impl()2952 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_truncate_impl()3146 if (_PyFile_Flush((PyObject *)self) < 0) { in _io_TextIOWrapper_close_impl()
276 rc1 = _PyFile_Flush(self); in _io__IOBase_close_impl()
567 r = _PyFile_Flush((PyObject *)self); in _io__Buffered_close_impl()607 if (_PyFile_Flush((PyObject *)self) < 0) { in _io__Buffered_detach_impl()
323 extern int _PyFile_Flush(PyObject *);
534 _PyFile_Flush(PyObject *file) in _PyFile_Flush() function
2127 if (_PyFile_Flush(file) < 0) { in builtin_print_impl()2188 if (_PyFile_Flush(ferr) < 0) { in builtin_input_impl()2258 if (_PyFile_Flush(fout) < 0) { in builtin_input_impl()2368 if (_PyFile_Flush(fout) < 0) { in builtin_input_impl()
1159 if (_PyFile_Flush(file) < 0) { in _PyErr_Display()1287 if (_PyFile_Flush(f) < 0) { in flush_io_stream()
1794 if (_PyFile_Flush(fout) < 0) { in flush_std_files()1801 if (_PyFile_Flush(ferr) < 0) { in flush_std_files()2967 if (_PyFile_Flush(ferr) < 0) { in _Py_FatalError_PrintExc()
1511 if (_PyFile_Flush(file) < 0) { in write_unraisable_exc_file()
160 if (_PyFile_Flush(file) < 0) { in faulthandler_get_fileno()
2225 if (_PyFile_Flush(file) < 0) { in thread_excepthook_file()
23871 …<function-decl name='_PyFile_Flush' filepath='./Include/internal/pycore_fileutils.h' line='323' co…