Searched refs:uv_dlerror (Results 1 – 11 of 11) sorted by relevance
25 fprintf(stderr, "Error: %s\n", uv_dlerror(lib)); in main()31 fprintf(stderr, "dlsym error: %s\n", uv_dlerror(lib)); in main()
31 -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)
52 uv_dlerror(&lib); in lws_plat_dlopen()67 uv_dlerror(&lib); in lws_plat_dlopen()
36 msg = uv_dlerror(&lib); in TEST_IMPL()
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
73 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
362 errmsg_ = uv_dlerror(&lib_); in Open()
359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
1722 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
1698 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
3715 * win: fall back to default language in uv_dlerror (Marc Schlaich)3755 * win: fall back to default language in uv_dlerror (Marc Schlaich)