|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Classes | |
| struct | __crt_seek_guard |
Functions | |
| static errno_t __cdecl | _chsize_s_internal (int const fh, __int64 const size, __crt_cached_ptd_host &ptd) |
| errno_t __cdecl | _chsize_s (int const fh, __int64 const size) |
| errno_t __cdecl | _chsize_nolock_internal (int const fh, __int64 const size, __crt_cached_ptd_host &ptd) |
| errno_t __cdecl | _chsize_nolock (int const fh, __int64 const size) |
| int __cdecl | _chsize (int const fh, long const size) |
Definition at line 145 of file chsize.cpp.
Definition at line 134 of file chsize.cpp.
| errno_t __cdecl _chsize_nolock_internal | ( | int const | fh, |
| __int64 const | size, | ||
| __crt_cached_ptd_host & | ptd | ||
| ) |
Definition at line 67 of file chsize.cpp.
Referenced by _chsize_nolock(), and _chsize_s_internal().
Definition at line 36 of file chsize.cpp.
Referenced by _chsize().
|
static |
Definition at line 15 of file chsize.cpp.
Referenced by _chsize_s().