PostgreSQL Source Code git master
|
Go to the source code of this file.
Functions | |
static __time64_t | filetime_to_time (const FILETIME *ft) |
static unsigned short | fileattr_to_unixmode (int attr) |
static int | fileinfo_to_stat (HANDLE hFile, struct stat *buf) |
int | _pglstat64 (const char *name, struct stat *buf) |
int | _pgstat64 (const char *name, struct stat *buf) |
int | _pgfstat64 (int fileno, struct stat *buf) |
int _pgfstat64 | ( | int | fileno, |
struct stat * | buf | ||
) |
Definition at line 255 of file win32stat.c.
References buf, fileinfo_to_stat(), and pgwin32_get_file_type().
int _pglstat64 | ( | const char * | name, |
struct stat * | buf | ||
) |
Definition at line 113 of file win32stat.c.
References buf, fileinfo_to_stat(), MAXPGPATH, name, next, pg_RtlGetLastNtStatus, readlink, S_IFLNK, S_ISDIR, and size.
Referenced by _pgstat64().
int _pgstat64 | ( | const char * | name, |
struct stat * | buf | ||
) |
Definition at line 198 of file win32stat.c.
References _pglstat64(), buf, MAXPGPATH, name, next, pg_RtlGetLastNtStatus, readlink, S_ISLNK, size, and strlcpy().
|
static |
Definition at line 48 of file win32stat.c.
Referenced by fileinfo_to_stat().
|
static |
Definition at line 68 of file win32stat.c.
References _dosmaperr(), buf, fileattr_to_unixmode(), and filetime_to_time().
Referenced by _pgfstat64(), and _pglstat64().
|
static |
Definition at line 25 of file win32stat.c.
References UINT64CONST.
Referenced by fileinfo_to_stat().