Searched refs:uv_dlerror (Results 1 – 8 of 8) sorted by relevance
36 msg = uv_dlerror(&lib); in TEST_IMPL()43 msg = uv_dlerror(&lib); in TEST_IMPL()53 msg = uv_dlerror(&lib); in TEST_IMPL()
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)
60 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
72 const char* uv_dlerror(const uv_lib_t* lib) { in uv_dlerror() function
359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
1823 UV_EXTERN const char* uv_dlerror(const uv_lib_t* lib);
4646 * 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