Home
last modified time | relevance | path

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

/curl/.github/scripts/
H A Dspellcheck.words207 EAGAIN
/curl/docs/examples/
H A Dephiperfifo.c234 if(errno == EAGAIN) { in timer_cb()
/curl/docs/libcurl/
H A Dlibcurl-env-dbg.md31 The percentage of recv() calls that should be answered with a EAGAIN at random.
44 The percentage of send() calls that should be answered with a EAGAIN at random.
57 The percentage of send() calls that should be answered with EAGAIN at random.
/curl/lib/
H A Dcf-socket.c727 #if defined(EAGAIN) in socket_connect_result()
728 #if (EAGAIN) != (EWOULDBLOCK) in socket_connect_result()
733 case EAGAIN: in socket_connect_result()
853 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || (EINTR == sockerr) in nw_in_read()
1323 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || (EINTR == sockerr) || in cf_socket_send()
H A Dconfig-win32ce.h299 #define EAGAIN 3 macro
H A Dmulti.c1659 return_success = EWOULDBLOCK == err || EAGAIN == err;
H A Dsocketpair.c182 (EWOULDBLOCK == sockerr) || (EAGAIN == sockerr) || in Curl_socketpair()
/curl/lib/vquic/
H A Dvquic.c169 case EAGAIN: in do_sendmsg()
170 #if EAGAIN != EWOULDBLOCK in do_sendmsg()
206 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in do_sendmsg()
368 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmmsg_packets()
437 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmsg_packets()
494 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvfrom_packets()
/curl/lib/vssh/
H A Dlibssh2.c3209 return -EAGAIN; /* magic return code for libssh2 */ in ssh_tls_recv()
3234 return -EAGAIN; /* magic return code for libssh2 */ in ssh_tls_send()
/curl/lib/vtls/
H A Dgtls.c111 (CURLE_AGAIN == result)? EAGAIN : EINVAL); in gtls_push()
143 (CURLE_AGAIN == result)? EAGAIN : EINVAL); in gtls_pull()
H A Drustls.c98 ret = EAGAIN; in read_cb()
121 ret = EAGAIN; in write_cb()
146 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in tls_recv_more()
284 if(io_error == EAGAIN || io_error == EWOULDBLOCK) { in cr_flush_out()
/curl/src/
H A Dtool_cb_rea.c88 if(errno == EAGAIN) { in tool_read_cb()
/curl/tests/
H A Dftpserver.pl296 if($!{EAGAIN}) {
/curl/tests/server/
H A Dmqttd.c72 #undef EAGAIN
73 #define EAGAIN 11 /* errno.h value */ macro
H A Dsockfilt.c119 #undef EAGAIN
120 #define EAGAIN 11 /* errno.h value */ macro
247 if((error == EINTR) || (error == EAGAIN)) in fullread()
293 if((error == EINTR) || (error == EAGAIN)) in fullwrite()
H A Dsocksd.c90 #undef EAGAIN
91 #define EAGAIN 11 /* errno.h value */ macro
H A Dsws.c65 #undef EAGAIN
66 #define EAGAIN 11 /* errno.h value */ macro
902 if((got == -1) && ((EAGAIN == errno) || (EWOULDBLOCK == errno))) { in get_request()
959 if(EAGAIN == error || EWOULDBLOCK == error) { in get_request()
1182 if((EWOULDBLOCK == SOCKERRNO) || (EAGAIN == SOCKERRNO)) { in send_doc()
1815 if(EAGAIN == error || EWOULDBLOCK == error) { in accept_connection()

Completed in 99 milliseconds