|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <corecrt_internal_lowio.h>
Go to the source code of this file.
Functions | |
| static void | store_lookahead (int const fh, char const c) throw () |
| static void | store_lookahead (int const fh, wchar_t const c) throw () |
| static int __cdecl | translate_utf16_from_console_nolock (int const fh, _Inout_updates_(count) wchar_t *const buffer, size_t const count) throw () |
| template<typename Character > | |
| static int __cdecl | translate_text_mode_nolock (_In_ int const fh, _Pre_writable_size_(count) _Post_readable_byte_size_(return) Character *const buffer, _In_ size_t const count) throw () |
| _Success_ (return !=-1) static int __cdecl translate_ansi_or_utf8_nolock(int const fh | |
| _In_reads_ (source_count) char *const source_buffer | |
| size_t const | _Pre_writable_size_ (result_count) _Post_readable_byte_size_(return) wchar_t *const result_buffer |
| size_t const size_t const result_count | throw () |
| int __cdecl | _read (int const fh, void *const buffer, unsigned const buffer_size) |
| int __cdecl | _read_nolock (int const fh, void *const result_buffer, unsigned const result_buffer_size) |
Variables | |
| char | _lookuptrailbytes [256] |
| size_t const | source_count |
| _In_reads_ | ( | source_count | ) | const |
Definition at line 377 of file read.cpp.
| int __cdecl _read_nolock | ( | int const | fh, |
| void *const | result_buffer, | ||
| unsigned const | result_buffer_size | ||
| ) |
Definition at line 408 of file read.cpp.
Referenced by _fread_nolock_s(), _read(), configure_text_mode(), and truncate_ctrl_z_if_present().
| _Success_ | ( | return ! | = -1 | ) | const |
Definition at line 86 of file inittime.cpp.
Definition at line 38 of file read.cpp.
Referenced by translate_text_mode_nolock().
Definition at line 243 of file read.cpp.
|
static | ||||||||||||||||||||||||
Definition at line 98 of file read.cpp.
Referenced by _read_nolock(), and throw().
|
static | ||||||||||||||||||||||||
Definition at line 53 of file read.cpp.
Referenced by _read_nolock().
| char _lookuptrailbytes[256] |
Definition at line 20 of file read.cpp.
Referenced by _utf8_no_of_trailbytes().
Definition at line 240 of file read.cpp.
Referenced by __acrt_LCMapStringEx(), __acrt_LCMapStringW(), and throw().