Lines Matching refs:error
31 #error "Define either BUILDING_UV_SHARED or USING_UV_SHARED, not both."
111 XX(EIO, "i/o error") \
137 XX(EPROTO, "protocol error") \
148 XX(UNKNOWN, "unknown error") \
153 XX(EREMOTEIO, "remote I/O error") \
665 * multiple threads or processes can bind to the same address without error
684 * Linux. This stops the Linux kernel from suppressing some ICMP error
685 * messages and enables full ICMP error reporting for faster failover.
1072 * windows; uv_spawn() will fail and set the error to UV_ENOTSUP.
1492 * This flag can be used with uv_fs_copyfile() to return an error if the
1505 * If copy-on-write is not supported, an error is returned.