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 254 of file win32_port.h.

Field Documentation

◆ st_atime

__time64_t stat::st_atime

Definition at line 264 of file win32_port.h.

◆ st_ctime

__time64_t stat::st_ctime

Definition at line 266 of file win32_port.h.

◆ st_dev

_dev_t stat::st_dev

Definition at line 256 of file win32_port.h.

◆ st_gid

short stat::st_gid

Definition at line 261 of file win32_port.h.

◆ st_ino

_ino_t stat::st_ino

Definition at line 257 of file win32_port.h.

◆ st_mode

◆ st_mtime

__time64_t stat::st_mtime

Definition at line 265 of file win32_port.h.

◆ st_nlink

short stat::st_nlink

Definition at line 259 of file win32_port.h.

◆ st_rdev

_dev_t stat::st_rdev

Definition at line 262 of file win32_port.h.

◆ st_size

◆ st_uid

short stat::st_uid

Definition at line 260 of file win32_port.h.


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