Home
last modified time | relevance | path

Searched refs:uv_dlopen (Results 1 – 7 of 7) sorted by relevance

/libuv/docs/src/
H A Ddll.rst28 .. c:function:: int uv_dlopen(const char* filename, uv_lib_t* lib)
44 Returns the last uv_dlopen() or uv_dlsym() error message.
/libuv/docs/code/plugin/
H A Dmain.c24 if (uv_dlopen(argv[argc], lib)) { in main()
/libuv/test/
H A Dtest-dlerror.c40 r = uv_dlopen(path, &lib); in TEST_IMPL()
/libuv/src/unix/
H A Ddl.c33 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen() function
/libuv/src/win/
H A Ddl.c28 int uv_dlopen(const char* filename, uv_lib_t* lib) { in uv_dlopen() function
/libuv/docs/src/guide/
H A Dutilities.rst347 This is done by using ``uv_dlopen`` to first load the shared library
358 ``uv_dlopen`` expects a path to the shared library and sets the opaque
/libuv/include/
H A Duv.h1817 UV_EXTERN int uv_dlopen(const char* filename, uv_lib_t* lib);

Completed in 19 milliseconds