Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 17 of 17) sorted by relevance

/curl/lib/
H A Dconfig-win32ce.h299 #define EAGAIN 3 macro
H A Dsocketpair.c231 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || in Curl_socketpair()
H A Dcf-socket.c899 #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()
H A Dmulti.c1568 return_success = EWOULDBLOCK == err || EAGAIN == err;
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md32 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.
/curl/lib/vquic/
H A Dvquic.c161 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()
/curl/src/
H A Dtool_cb_rea.c86 if(errno == EAGAIN) { in tool_read_cb()
/curl/lib/vtls/
H A Drustls.c102 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()
H A Dgtls.c112 (CURLE_AGAIN == result) ? EAGAIN : EINVAL); in gtls_push()
144 (CURLE_AGAIN == result) ? EAGAIN : EINVAL); in gtls_pull()
/curl/tests/server/
H A Dsockfilt.c116 #undef EAGAIN
117 #define EAGAIN 11 /* errno.h value */ macro
248 if((error == EINTR) || (error == EAGAIN)) in fullread()
299 if((error == EINTR) || (error == EAGAIN)) in fullwrite()
H A Dsws.c62 #undef EAGAIN
63 #define EAGAIN 11 /* errno.h value */ macro
901 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()
H A Dmqttd.c69 #undef EAGAIN
70 #define EAGAIN 11 /* errno.h value */ macro
H A Dsocksd.c87 #undef EAGAIN
88 #define EAGAIN 11 /* errno.h value */ macro
/curl/docs/examples/
H A Dephiperfifo.c234 if(errno == EAGAIN) { in timer_cb()
/curl/.github/scripts/
H A Dspellcheck.words209 EAGAIN
/curl/tests/
H A Dftpserver.pl296 if($!{EAGAIN}) {
/curl/lib/vssh/
H A Dlibssh2.c3173 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 276 milliseconds