PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | NtDllRoutine |
Typedefs | |
typedef struct NtDllRoutine | NtDllRoutine |
Functions | |
int | initialize_ntdll (void) |
Variables | |
RtlGetLastNtStatus_t | pg_RtlGetLastNtStatus |
RtlNtStatusToDosError_t | pg_RtlNtStatusToDosError |
NtFlushBuffersFileEx_t | pg_NtFlushBuffersFileEx |
static const NtDllRoutine | routines [] |
static bool | initialized |
typedef struct NtDllRoutine NtDllRoutine |
int initialize_ntdll | ( | void | ) |
Definition at line 39 of file win32ntdll.c.
References _dosmaperr(), i, initialized, lengthof, name, and routines.
Referenced by fdatasync().
|
static |
Definition at line 36 of file win32ntdll.c.
Referenced by initialize_ntdll().
NtFlushBuffersFileEx_t pg_NtFlushBuffersFileEx |
Definition at line 22 of file win32ntdll.c.
Referenced by fdatasync().
RtlGetLastNtStatus_t pg_RtlGetLastNtStatus |
Definition at line 20 of file win32ntdll.c.
Referenced by _pglstat64(), and _pgstat64().
RtlNtStatusToDosError_t pg_RtlNtStatusToDosError |
Definition at line 21 of file win32ntdll.c.
Referenced by fdatasync().
|
static |