ReactOS 0.4.16-dev-455-g37b0646
|
#include <internal.h>
Public Attributes | |
HANDLE | handle |
unsigned char | wxflag |
char | lookahead [3] |
int | exflag |
CRITICAL_SECTION | crit |
intptr_t | osfhnd |
char | osfile |
char | pipech |
int | lockinitflag |
CRITICAL_SECTION | lock |
char | textmode: 7 |
char | unicode: 1 |
char | pipech2 [2] |
CRITICAL_SECTION ioinfo::crit |
int ioinfo::exflag |
Definition at line 44 of file file.c.
Referenced by _wsopen_s(), fgetwc(), msvcrt_set_fd(), read_i(), and ungetwc().
HANDLE ioinfo::handle |
Definition at line 41 of file file.c.
Referenced by _dup2(), _get_osfhandle(), create_io_inherit_block(), msvcrt_free_fd(), msvcrt_init_io(), msvcrt_set_fd(), read_i(), read_utf8(), and test_close().
CRITICAL_SECTION ioinfo::lock |
Definition at line 59 of file internal.h.
int ioinfo::lockinitflag |
Definition at line 58 of file internal.h.
char ioinfo::lookahead |
Definition at line 43 of file file.c.
Referenced by msvcrt_set_fd(), read_i(), and read_utf8().
intptr_t ioinfo::osfhnd |
Definition at line 55 of file internal.h.
char ioinfo::osfile |
Definition at line 56 of file internal.h.
char ioinfo::pipech |
Definition at line 57 of file internal.h.
char ioinfo::pipech2[2] |
Definition at line 62 of file internal.h.
char ioinfo::textmode |
Definition at line 60 of file internal.h.
char ioinfo::unicode |
Definition at line 61 of file internal.h.
Definition at line 42 of file file.c.
Referenced by _dup2(), _ftelli64(), _isatty(), create_io_inherit_block(), fgetwc(), fputwc(), fputws(), fread(), msvcrt_free_fd(), msvcrt_init_io(), msvcrt_set_fd(), read_i(), read_utf8(), and ungetwc().