|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Data Structures | |
| struct | WSErrorEntry |
| struct | MessageDLL |
Macros | |
| #define | VC_EXTRALEAN |
| #define | NOGDI |
| #define | NOCRYPT |
| #define | libpq_gettext(x) (x) |
| #define | DLLS_SIZE (sizeof(dlls)/sizeof(struct MessageDLL)) |
Functions | |
| static int | LookupWSErrorMessage (DWORD err, char *dest) |
| const char * | winsock_strerror (int err, char *strerrbuf, size_t buflen) |
Variables | |
| static struct WSErrorEntry | WSErrors [] |
| static struct MessageDLL | dlls [] |
Definition at line 218 of file win32.c.
References WSErrorEntry::description, err(), fb(), and WSErrors.
Referenced by winsock_strerror().
Definition at line 277 of file win32.c.
References dlls, DLLS_SIZE, err(), fb(), MessageDLL::handle, i, libpq_gettext, MessageDLL::loaded, LookupWSErrorMessage(), sprintf, and success.
|
static |
Referenced by winsock_strerror().
|
static |
Referenced by LookupWSErrorMessage().