Home
last modified time | relevance | path

Searched refs:uv_dlerror (Results 1 – 8 of 8) sorted by relevance

/libuv/test/
H A Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
43 msg = uv_dlerror(&lib); in TEST_IMPL()
53 msg = uv_dlerror(&lib); in TEST_IMPL()
/libuv/docs/code/plugin/
H A Dmain.c25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
/libuv/docs/src/
H A Ddll.rst31 -1 on error. Call :c:func:`uv_dlerror` to get the error message.
42 .. c:function:: const char* uv_dlerror(const uv_lib_t* lib)
/libuv/src/unix/
H A Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/libuv/src/win/
H A Ddl.c72 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/libuv/docs/src/guide/
H A Dutilities.rst359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
/libuv/include/
H A Duv.h1823 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
/libuv/
H A DChangeLog4646 * win: fall back to default language in uv_dlerror (Marc Schlaich)
4686 * win: fall back to default language in uv_dlerror (Marc Schlaich)

Completed in 34 milliseconds