Lines Matching refs:error
195 rc = 0; /* The close is in progress, not an error. */
321 * If there has been no error, then dlerror() will just return
381 /* In case of failure `uv__cloexec` will leave error in `errno`,
412 /* In case of failure `uv__cloexec` will leave error in `errno`,
524 goto error;
528 goto error;
533 error:
550 /* readdir() returns NULL on end of directory, as well as on error. errno
557 goto error;
568 goto error;
576 error:
777 * FIXME: If we get a write error when use_pread==1, it should be safe to
778 * return the number of sent bytes instead of an error because pread()
784 * before a write error.
919 * Consider it a transient error.
993 * number of bytes have been sent, we don't consider it an error.
1214 * and squelch the error.
1231 * shares anyway, detect that condition and squelch the error.
1252 /* If an error occurred and force was set, return the error to the caller;
1309 /* Ignore the unlink return value, as an error already happened. */
1442 /* Normally on success, zero is returned and On error, -1 is returned.
1444 * implemented, rc might return 1 with 0 set as the error code in which