Lines Matching refs:error
175 rc = 0; /* The close is in progress, not an error. */
302 * If there has been no error, then dlerror() will just return
361 /* In case of failure `uv__cloexec` will leave error in `errno`,
392 /* In case of failure `uv__cloexec` will leave error in `errno`,
440 break; /* We read some data so return that, ignore the error. */
577 goto error;
581 goto error;
586 error:
603 /* readdir() returns NULL on end of directory, as well as on error. errno
610 goto error;
621 goto error;
629 error:
830 * FIXME: If we get a write error when use_pread==1, it should be safe to
831 * return the number of sent bytes instead of an error because pread()
837 * before a write error.
997 * Consider it a transient error.
1074 * number of bytes have been sent, we don't consider it an error.
1342 * shares anyway, detect that condition and squelch the error.
1363 /* If an error occurred and force was set, return the error to the caller;
1420 /* Ignore the unlink return value, as an error already happened. */
1553 /* Normally on success, zero is returned and On error, -1 is returned.
1555 * implemented, rc might return 1 with 0 set as the error code in which