Go to the source code of this file.
◆ _rewind_internal()
Definition at line 15 of file rewind.cpp.
16{
18
20
22
25 {
26
27
29
30
31
32
33
35
36
39
41 {
43 }
44
46 {
48 }
49 }
51 {
53 }
55}
_Check_return_opt_ long __cdecl _lseek_internal(_In_ int _FileHandle, _In_ long _Offset, _In_ int _Origin, _Inout_ __crt_cached_ptd_host &_Ptd)
#define _UCRT_VALIDATE_RETURN_VOID(ptd, expr, errorcode)
void __cdecl __acrt_stdio_reset_buffer(__crt_stdio_stream const stream)
_In_ size_t const _In_ int _In_ bool const _In_ unsigned const _In_ __acrt_rounding_mode const _Inout_ __crt_cached_ptd_host & ptd
int __cdecl __acrt_stdio_flush_nolock(FILE *const public_stream, __crt_cached_ptd_host &ptd)
_Check_return_ _CRTIMP int __cdecl _fileno(_In_ FILE *_File)
_CRTIMP void __cdecl _unlock_file(_Inout_ FILE *_File)
_CRTIMP void __cdecl _lock_file(_Inout_ FILE *_File)
Referenced by rewind().
◆ rewind()
Definition at line 57 of file rewind.cpp.
58{
59 __crt_cached_ptd_host
ptd;
61}
static void __cdecl _rewind_internal(FILE *const public_stream, __crt_cached_ptd_host &ptd)