Searched refs:uv_dlopen (Results 1 – 10 of 10) 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.
40 r = uv_dlopen(path, &lib); in TEST_IMPL()
24 if (uv_dlopen(argv[argc], lib)) { in main()
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
51 if (uv_dlopen(libpath, &lib)) { in lws_plat_dlopen()
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
357 int ret = uv_dlopen(filename_.c_str(), &lib_); in Open()
1695 UV_EXTERN int uv_dlopen(const char* filename, uv_lib_t* lib);
1719 UV_EXTERN int uv_dlopen(const char* filename, uv_lib_t* lib);