Home
last modified time | relevance | path

Searched refs:status (Results 151 – 166 of 166) sorted by relevance

1234567

/libuv/src/win/
H A Dinternal.h299 int uv__ntstatus_to_winsock_error(NTSTATUS status);
/libuv/docs/src/guide/
H A Dfilesystem.rst76 ``UV_EOF`` constant would have been passed as a status instead.
334 #. ``int status`` - If ``status < 0``, there is an :ref:`libuv error<libuv-error-handling>`.
H A Dthreads.rst271 with ``status`` set to ``UV_ECANCELED``.
299 informing the user of the status of running downloads.
H A Dutilities.rst230 interval, after which we should drive libcurl forward regardless of I/O status.
296 .. rubric:: uvwget/main.c - Reading transfer status.
H A Dnetworking.rst135 write callbacks will receive a status code of < 0 if something went wrong.
H A Dbasics.rst127 …rn a negative number on error. Async functions that may fail will pass a status parameter to their…
H A Dprocesses.rst53 The exit callback will be invoked with the *exit status* and the type of *signal*
/libuv/docs/src/
H A Dfs_event.rst39 …:type:: void (*uv_fs_event_cb)(uv_fs_event_t* handle, const char* filename, int events, int status)
H A Derrors.rst8 there is a status parameter, or an API functions returns an integer, a negative
H A Dprocess.rst40 will indicate the exit status and the signal that caused the process to
H A Dhandle.rst154 have their callbacks called asynchronously with status=UV_ECANCELED.
H A Dmisc.rst49 .. c:type:: void (*uv_random_cb)(uv_random_t* req, int status, void* buf, size_t buflen)
51 Callback passed to :c:func:`uv_random`. `status` is non-zero in case of
H A Dudp.rst70 .. c:type:: void (*uv_udp_send_cb)(uv_udp_send_t* req, int status)
/libuv/src/unix/
H A Dfs.c1755 static void uv__fs_done(struct uv__work* w, int status) { in uv__fs_done() argument
1761 if (status == UV_ECANCELED) { in uv__fs_done()
/libuv/
H A DLICENSE-docs185 with, or sponsored, endorsed, or granted official status by,
H A DChangeLog322 * doc: add uv_poll_cb status==UV_EBADF note (jensbjorgensen)
973 * include: add EOVERFLOW status code mapping (Darshan Sen)
2656 * test: allow multicast not permitted status (Jérémy Lal)
2658 * test: allow net unreachable status in udp test (Ben Noordhuis)
4911 * unix, windows: removed unused status parameter (Saúl Ibarra Corretgé)
4939 * windows: fix winsock status codes for address errors (Raul Martins)
5348 * include: add E2BIG status code mapping (Ben Noordhuis)
6029 * unix: make sure the `status` parameter passed to the `uv_getaddrinfo` is 0 or

Completed in 53 milliseconds

1234567