Searched refs:uv_dlopen (Results 1 – 7 of 7) sorted by relevance
28 .. c:function:: int uv_dlopen(const char* filename, uv_lib_t* lib)44 Returns the last uv_dlopen() or uv_dlsym() error message.
24 if (uv_dlopen(argv[argc], lib)) { in main()
40 r = uv_dlopen(path, &lib); in TEST_IMPL()
33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen() function
28 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen() function
347 This is done by using ``uv_dlopen`` to first load the shared library358 ``uv_dlopen`` expects a path to the shared library and sets the opaque
1820 UV_EXTERN int uv_dlopen(const char* filename, uv_lib_t* lib);
Completed in 14 milliseconds