PostgreSQL Source Code git master
Loading...
Searching...
No Matches
stat Struct Reference

#include <win32_port.h>

Data Fields

_dev_t st_dev
 
_ino_t st_ino
 
unsigned short st_mode
 
short st_nlink
 
short st_uid
 
short st_gid
 
_dev_t st_rdev
 
__int64 st_size
 
__time64_t st_atime
 
__time64_t st_mtime
 
__time64_t st_ctime
 

Detailed Description

Definition at line 271 of file win32_port.h.

Field Documentation

◆ st_atime

__time64_t stat::st_atime

Definition at line 281 of file win32_port.h.

◆ st_ctime

__time64_t stat::st_ctime

Definition at line 283 of file win32_port.h.

◆ st_dev

_dev_t stat::st_dev

Definition at line 273 of file win32_port.h.

◆ st_gid

short stat::st_gid

Definition at line 278 of file win32_port.h.

◆ st_ino

_ino_t stat::st_ino

Definition at line 274 of file win32_port.h.

◆ st_mode

◆ st_mtime

__time64_t stat::st_mtime

Definition at line 282 of file win32_port.h.

◆ st_nlink

short stat::st_nlink

Definition at line 276 of file win32_port.h.

◆ st_rdev

_dev_t stat::st_rdev

Definition at line 279 of file win32_port.h.

◆ st_size

◆ st_uid

short stat::st_uid

Definition at line 277 of file win32_port.h.


The documentation for this struct was generated from the following file: