Home
last modified time | relevance | path

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

/third_party/libuv/docs/code/plugin/
Dmain.c25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()
31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
/third_party/libuv/docs/src/
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)
/third_party/libwebsockets/lib/plat/windows/
Dwindows-plugins.c52 uv_dlerror(&lib); in lws_plat_dlopen()
67 uv_dlerror(&lib); in lws_plat_dlopen()
/third_party/libuv/test/
Dtest-dlerror.c36 msg = uv_dlerror(&lib); in TEST_IMPL()
/third_party/libuv/src/unix/
Ddl.c60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/third_party/libuv/src/win/
Ddl.c73 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
/third_party/node/src/
Dnode_binding.cc362 errmsg_ = uv_dlerror(&lib_); in Open()
/third_party/libuv/docs/src/guide/
Dutilities.rst359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
/third_party/libuv/include/
Duv.h1722 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
/third_party/libuv/include/uv_ndk/
Duv.h1698 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
/third_party/libuv/
DChangeLog3715 * win: fall back to default language in uv_dlerror (Marc Schlaich)
3755 * win: fall back to default language in uv_dlerror (Marc Schlaich)