Go to the source code of this file.
Classes | |
struct | global_object |
Typedefs | |
typedef struct global_object | global_object |
Functions | |
static int | copy_string (char *dest, int dest_size, const char *src) |
int | dlclose (void *handle) |
char * | dlerror (void) |
void * | dlopen (const char *file, int mode) |
void * | dlsym (void *handle, const char *name) |
static void | global_add (HMODULE hModule) |
static void | global_rem (HMODULE hModule) |
static global_object * | global_search (HMODULE hModule) |
static void | save_err_ptr_str (const void *ptr) |
static void | save_err_str (const char *str) |
Variables | |
static char * | current_error |
static char | error_buffer [65535] |
static global_object | first_object |
typedef struct global_object global_object |
static int copy_string | ( | char * | dest, |
int | dest_size, | ||
const char * | src | ||
) | [static] |
static void global_add | ( | HMODULE | hModule | ) | [static] |
static void global_rem | ( | HMODULE | hModule | ) | [static] |
static global_object* global_search | ( | HMODULE | hModule | ) | [static] |
static void save_err_ptr_str | ( | const void * | ptr | ) | [static] |
static void save_err_str | ( | const char * | str | ) | [static] |
char* current_error [static] |
char error_buffer[65535] [static] |
global_object first_object [static] |