|
PostgreSQL Source Code git master
|
#include "c.h"
Go to the source code of this file.
Functions | |
| static void | set_dl_error (void) |
| char * | dlerror (void) |
| int | dlclose (void *handle) |
| void * | dlsym (void *handle, const char *symbol) |
| void * | dlopen (const char *file, int mode) |
Variables | |
| static char | last_dyn_error [512] |
| int dlclose | ( | void * | handle | ) |
Definition at line 49 of file win32dlopen.c.
References last_dyn_error, and set_dl_error().
Referenced by internal_load_library().
| char * dlerror | ( | void | ) |
Definition at line 40 of file win32dlopen.c.
References last_dyn_error.
Referenced by internal_load_library().
| void * dlopen | ( | const char * | file, |
| int | mode | ||
| ) |
Definition at line 76 of file win32dlopen.c.
References last_dyn_error, and set_dl_error().
Referenced by internal_load_library().
| void * dlsym | ( | void * | handle, |
| const char * | symbol | ||
| ) |
Definition at line 61 of file win32dlopen.c.
References last_dyn_error, and set_dl_error().
Referenced by internal_load_library(), load_external_function(), and lookup_external_function().
|
static |
Definition at line 21 of file win32dlopen.c.
References err(), last_dyn_error, and snprintf.
|
static |
Definition at line 18 of file win32dlopen.c.
Referenced by dlclose(), dlerror(), dlopen(), dlsym(), and set_dl_error().