ReactOS 0.4.16-dev-1067-ge98bba2
|
Go to the source code of this file.
Functions | |
static bool __cdecl | is_stream_allocated (long const stream_flags) throw () |
static bool __cdecl | is_stream_flushable (long const stream_flags) throw () |
static bool __cdecl | is_stream_flushable_or_commitable (long const stream_flags) throw () |
static bool __cdecl | common_flush_all_should_try_to_flush_stream (_In_ __crt_stdio_stream const stream, _Inout_ int *const flushed_stream_count) throw () |
static int __cdecl | common_flush_all (bool const flush_read_mode_streams) throw () |
int __cdecl | fflush (FILE *const public_stream) |
static int __cdecl | _fflush_nolock_internal (FILE *const public_stream, __crt_cached_ptd_host &ptd) |
int __cdecl | _fflush_nolock (FILE *const public_stream) |
int __cdecl | __acrt_stdio_flush_nolock (FILE *const public_stream, __crt_cached_ptd_host &ptd) |
int __cdecl | _flushall () |
Definition at line 222 of file fflush.cpp.
Referenced by __acrt_stdio_end_temporary_buffering_nolock(), __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(), _fclose_nolock_internal(), _fflush_nolock_internal(), _fwrite_nolock_internal(), _rewind_internal(), and common_fseek_nolock().
Definition at line 213 of file fflush.cpp.
Referenced by common_flush_all().
|
static |
Definition at line 185 of file fflush.cpp.
Referenced by _fflush_nolock().
Definition at line 261 of file fflush.cpp.
Referenced by __acrt_uninitialize(), __acrt_uninitialize_stdio(), msvcrt_free_io(), test_fflush(), and wmain().
Definition at line 101 of file fflush.cpp.
Referenced by _fflush_nolock_internal(), _flushall(), and fflush().
|
static |
Definition at line 56 of file fflush.cpp.
Referenced by common_flush_all().
Definition at line 158 of file fflush.cpp.
Definition at line 13 of file fflush.cpp.
Referenced by common_flush_all_should_try_to_flush_stream().
Definition at line 18 of file fflush.cpp.
Referenced by __acrt_stdio_flush_nolock(), and is_stream_flushable_or_commitable().
Definition at line 33 of file fflush.cpp.
Referenced by common_flush_all_should_try_to_flush_stream(), and fflush().