Go to the source code of this file.
Functions | |
static int | uv__dlerror (uv_lib_t *lib, const char *filename, DWORD errorno) |
static void | uv__format_fallback_error (uv_lib_t *lib, int errorno) |
void | uv_dlclose (uv_lib_t *lib) |
const char * | uv_dlerror (const uv_lib_t *lib) |
int | uv_dlopen (const char *filename, uv_lib_t *lib) |
int | uv_dlsym (uv_lib_t *lib, const char *name, void **ptr) |