ReactOS 0.4.16-dev-927-g467dec4
|
#include <corecrt_internal_stdio.h>
Go to the source code of this file.
Functions | |
static __crt_stdio_stream __cdecl | find_or_allocate_unused_stream_nolock () throw () |
__crt_stdio_stream __cdecl | __acrt_stdio_allocate_stream () throw () |
void __cdecl | __acrt_stdio_free_stream (__crt_stdio_stream stream) throw () |
__crt_stdio_stream __cdecl __acrt_stdio_allocate_stream | ( | ) | ||
throw | ( | |||
) |
Definition at line 71 of file stream.cpp.
Referenced by _Success_(), common_fdopen(), and common_fsopen().
void __cdecl __acrt_stdio_free_stream | ( | __crt_stdio_stream | stream | ) | |
throw | ( | ||||
) |
Definition at line 97 of file stream.cpp.
Referenced by _fclose_internal(), _fclose_nolock_internal(), _Success_(), and common_fsopen().
|
static |
Definition at line 12 of file stream.cpp.
Referenced by __acrt_stdio_allocate_stream().