ReactOS 0.4.16-dev-1078-g21d3e29
|
Go to the source code of this file.
Functions | |
static bool __cdecl | stream_is_at_end_of_file_nolock (__crt_stdio_stream const stream) throw () |
template<typename Character > | |
static bool __cdecl | write_buffer_nolock (Character const c, __crt_stdio_stream const stream, __crt_cached_ptd_host &ptd) throw () |
template<typename Character > | |
static int __cdecl | common_flush_and_write_nolock (int const c, __crt_stdio_stream const stream, __crt_cached_ptd_host &ptd) throw () |
int __cdecl | __acrt_stdio_flush_and_write_narrow_nolock (int const c, FILE *const stream, __crt_cached_ptd_host &ptd) |
int __cdecl | __acrt_stdio_flush_and_write_wide_nolock (int const c, FILE *const stream, __crt_cached_ptd_host &ptd) |
int __cdecl __acrt_stdio_flush_and_write_narrow_nolock | ( | int const | c, |
FILE *const | stream, | ||
__crt_cached_ptd_host & | ptd | ||
) |
Definition at line 195 of file _flsbuf.cpp.
Referenced by __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(), _fputc_nolock_internal(), and _fwrite_nolock_internal().
int __cdecl __acrt_stdio_flush_and_write_wide_nolock | ( | int const | c, |
FILE *const | stream, | ||
__crt_cached_ptd_host & | ptd | ||
) |
Definition at line 206 of file _flsbuf.cpp.
Referenced by __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_0(), and fputwc_binary_nolock().
|
static |
Definition at line 113 of file _flsbuf.cpp.
|
static |
Definition at line 11 of file _flsbuf.cpp.
Referenced by common_flush_and_write_nolock().
|
static |
Definition at line 58 of file _flsbuf.cpp.
Referenced by common_flush_and_write_nolock().