/libuv/docs/src/ |
H A D | dll.rst | 30 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 D | udp.rst | 160 Returns 0 on success. 206 :returns: 0 on success, or an error code < 0 on failure. 236 :returns: 0 on success, or an error code < 0 on failure. 255 :returns: 0 on success, or an error code < 0 on failure 273 :returns: 0 on success, or an error code < 0 on failure. 288 :returns: 0 on success, or an error code < 0 on failure. 305 :returns: 0 on success, or an error code < 0 on failure. 321 :returns: 0 on success, or an error code < 0 on failure. 334 :returns: 0 on success, or an error code < 0 on failure. 347 :returns: 0 on success, or an error code < 0 on failure. [all …]
|
H A D | fs_poll.rst | 64 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 D | async.rst | 38 :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 D | threading.rst | 174 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 D | fs_event.rst | 127 by the user. Returns 0 on success or an error code < 0 in case of failure. 128 On success, `buffer` will contain the path and `size` its length. If the buffer 137 on success.
|
H A D | dns.rst | 81 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 D | prepare.rst | 45 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
|
H A D | check.rst | 45 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
|
H A D | stream.rst | 59 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 D | idle.rst | 53 :returns: 0 on success, or `UV_EINVAL` when `cb == NULL`.
|
H A D | migration_010_100.rst | 47 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 D | misc.rst | 266 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 D | request.rst | 73 Returns 0 on success, or an error code < 0 on failure.
|
H A D | tty.rst | 116 Gets the current Window size. On success it returns 0.
|
H A D | fs.rst | 203 Result of the request. < 0 means error, success otherwise. On requests such 288 Opens `path` as a directory stream. On success, a `uv_dir_t` is allocated 314 On success, the result is an integer >= 0 representing the number of entries 326 On success this function allocates memory that must be freed using 353 Equivalent to :man:`statfs(2)`. On success, a `uv_statfs_t` is allocated
|
H A D | handle.rst | 199 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 D | tcp.rst | 126 :returns: 0 on success, or an error code < 0 on failure.
|
H A D | loop.rst | 72 Returns 0 on success or a UV_E* error code on failure. Be prepared to
|
/libuv/src/win/ |
H A D | core.c | 519 BOOL success; in uv__poll() local 556 success = pGetQueuedCompletionStatusEx(loop->iocp, in uv__poll() 575 if (success) { in uv__poll()
|
H A D | tcp.c | 395 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 D | utilities.rst | 359 ``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 D | threads.rst | 91 functions will return 0 on success, and an error code otherwise.
|
/libuv/ |
H A D | ChangeLog | 226 * win,pipe: fix missing assignment to success (Jameson Nash) 230 * win,pipe: fix another missing assignment to success (Jameson Nash)
|