Home
last modified time | relevance | path

Searched refs:success (Results 1 – 23 of 23) sorted by relevance

/libuv/docs/src/
H A Dudp.rst146 Returns 0 on success.
192 :returns: 0 on success, or an error code < 0 on failure.
209 :returns: 0 on success, or an error code < 0 on failure.
228 :returns: 0 on success, or an error code < 0 on failure
246 :returns: 0 on success, or an error code < 0 on failure.
261 :returns: 0 on success, or an error code < 0 on failure.
278 :returns: 0 on success, or an error code < 0 on failure.
294 :returns: 0 on success, or an error code < 0 on failure.
307 :returns: 0 on success, or an error code < 0 on failure.
320 :returns: 0 on success, or an error code < 0 on failure.
[all …]
H A Ddll.rst30 Opens a shared library. The filename is in utf-8. Returns 0 on success and
40 to map to NULL. Returns 0 on success and -1 if the symbol was not found.
H A Dfs_poll.rst64 by the user. Returns 0 on success or an error code < 0 in case of failure.
65 On success, `buffer` will contain the path and `size` its length. If the buffer
74 on success.
H A Dasync.rst38 :returns: 0 on success, or an error code < 0 on failure.
47 :returns: 0 on success, or an error code < 0 on failure.
H A Dthreading.rst174 Functions return 0 on success or an error code < 0 (unless the
187 Functions return 0 on success or an error code < 0 (unless the
202 Functions return 0 on success or an error code < 0 (unless the
214 Functions return 0 on success or an error code < 0 (unless the
238 Functions return 0 on success or an error code < 0 (unless the
H A Dfs_event.rst124 by the user. Returns 0 on success or an error code < 0 in case of failure.
125 On success, `buffer` will contain the path and `size` its length. If the buffer
134 on success.
H A Ddns.rst81 Returns 0 on success or an error code < 0 on failure. If successful, the
101 Returns 0 on success or an error code < 0 on failure. If successful, the
H A Dprepare.rst45 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
H A Dcheck.rst45 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
H A Dstream.rst59 case of success, < 0 otherwise.
64 `status` will be 0 in case of success, < 0 otherwise.
69 be 0 in case of success, < 0 otherwise.
75 `status` will be 0 in case of success, < 0 otherwise.
H A Didle.rst53 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
H A Dmigration_010_100.rst47 would get 0 for success and -1 for failure on libuv 0.10, and the user had to use `uv_last_error`
50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
H A Dmisc.rst266 On success, it returns 0, if any of the function pointers is `NULL` it
452 and :man:`inet_pton(3)`. On success they return 0. In case of error
467 On success, zero is returned, `buffer` contains the interface name, and
527 on success.
543 called, `size` indicates the maximum size of `buffer`. On success `size` is set
560 On success `size` is set to the string length of `buffer` (which does not
830 zero on success, and a non-zero error value otherwise.
869 :returns: 0 on success, or an error code < 0 on failure. The contents of
H A Drequest.rst69 Returns 0 on success, or an error code < 0 on failure.
H A Dfs.rst193 Result of the request. < 0 means error, success otherwise. On requests such
278 Opens `path` as a directory stream. On success, a `uv_dir_t` is allocated
304 On success, the result is an integer >= 0 representing the number of entries
316 On success this function allocates memory that must be freed using
343 Equivalent to :man:`statfs(2)`. On success, a `uv_statfs_t` is allocated
H A Dtty.rst116 Gets the current Window size. On success it returns 0.
H A Dhandle.rst199 On success, zero is returned. On error, a negative result is
216 On success, zero is returned. On error, a negative result is
H A Dtcp.rst126 :returns: 0 on success, or an error code < 0 on failure.
H A Dloop.rst59 Returns 0 on success or a UV_E* error code on failure. Be prepared to
/libuv/src/win/
H A Dcore.c519 BOOL success; in uv__poll() local
556 success = pGetQueuedCompletionStatusEx(loop->iocp, in uv__poll()
575 if (success) { in uv__poll()
H A Dtcp.c395 BOOL success; in uv__tcp_queue_accept() local
435 success = handle->tcp.serv.func_acceptex(handle->socket, in uv__tcp_queue_accept()
444 if (UV_SUCCEEDED_WITHOUT_IOCP(success)) { in uv__tcp_queue_accept()
449 } else if (UV_SUCCEEDED_WITH_IOCP(success)) { in uv__tcp_queue_accept()
776 BOOL success; in uv__tcp_try_connect() local
842 success = handle->tcp.conn.func_connectex(handle->socket, in uv__tcp_try_connect()
850 if (UV_SUCCEEDED_WITHOUT_IOCP(success)) { in uv__tcp_try_connect()
855 } else if (UV_SUCCEEDED_WITH_IOCP(success)) { in uv__tcp_try_connect()
/libuv/docs/src/guide/
H A Dutilities.rst359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
412 width and height of the terminal and returns ``0`` on success. Here is a small
H A Dthreads.rst91 functions will return 0 on success, and an error code otherwise.

Completed in 64 milliseconds