Searched refs:EAGAIN (Results 1 – 17 of 17) sorted by relevance
299 #define EAGAIN 3 macro
231 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || in Curl_socketpair()
899 #if defined(EAGAIN) in socket_connect_result()900 #if (EAGAIN) != (EWOULDBLOCK) in socket_connect_result()905 case EAGAIN: in socket_connect_result()1533 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || (EINTR == sockerr) || in cf_socket_send()1601 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || (EINTR == sockerr) in cf_socket_recv()
1568 return_success = EWOULDBLOCK == err || EAGAIN == err;
32 The percentage of recv() calls that should be answered with a EAGAIN at random.45 The percentage of send() calls that should be answered with a EAGAIN at random.58 The percentage of send() calls that should be answered with EAGAIN at random.
161 case EAGAIN: in do_sendmsg()162 #if EAGAIN != EWOULDBLOCK in do_sendmsg()198 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in do_sendmsg()403 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmmsg_packets()495 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmsg_packets()569 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvfrom_packets()
86 if(errno == EAGAIN) { in tool_read_cb()
102 ret = EAGAIN; in read_cb()126 ret = EAGAIN; in write_cb()151 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in tls_recv_more()289 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in cr_flush_out()
112 (CURLE_AGAIN == result) ? EAGAIN : EINVAL); in gtls_push()144 (CURLE_AGAIN == result) ? EAGAIN : EINVAL); in gtls_pull()
116 #undef EAGAIN117 #define EAGAIN 11 /* errno.h value */ macro248 if((error == EINTR) || (error == EAGAIN)) in fullread()299 if((error == EINTR) || (error == EAGAIN)) in fullwrite()
62 #undef EAGAIN63 #define EAGAIN 11 /* errno.h value */ macro901 if((got == -1) && ((EAGAIN == errno) || (EWOULDBLOCK == errno))) { in get_request()958 if(EAGAIN == error || EWOULDBLOCK == error) { in get_request()1181 if((EWOULDBLOCK == SOCKERRNO) || (EAGAIN == SOCKERRNO)) { in send_doc()1861 if(EAGAIN == error || EWOULDBLOCK == error) { in accept_connection()
69 #undef EAGAIN70 #define EAGAIN 11 /* errno.h value */ macro
87 #undef EAGAIN88 #define EAGAIN 11 /* errno.h value */ macro
234 if(errno == EAGAIN) { in timer_cb()
209 EAGAIN
296 if($!{EAGAIN}) {
3173 return -EAGAIN; /* magic return code for libssh2 */ in ssh_tls_recv()3198 return -EAGAIN; /* magic return code for libssh2 */ in ssh_tls_send()
Completed in 67 milliseconds