Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 18 of 18) sorted by relevance

/curl/tests/data/
H A Dtest151614 # so! When starting the second request it'll detect a dead connection and must
45 caching of manual libcurl DNS entries after dead connection
/curl/lib/
H A Dmultihandle.h180 BIT(dead); /* a callback returned error, everything needs to crash and
H A Dmulti.c494 if(multi->dead) { in curl_multi_add_handle()
500 multi->dead = FALSE; in curl_multi_add_handle()
1838 if(multi->dead) {
2938 multi->dead = TRUE;
2977 bool dead = FALSE; local
2984 dead = TRUE;
2987 if(dead) {
2988 multi->dead = TRUE;
3052 multi->dead = TRUE;
3375 if(multi->dead) {
[all …]
H A Drtsp.c56 struct connectdata *conn, bool dead);
181 struct connectdata *conn, bool dead) in rtsp_disconnect() argument
183 (void) dead; in rtsp_disconnect()
H A Dcurl_rtmp.c61 struct connectdata *conn, bool dead);
H A Dsmb.c252 struct connectdata *conn, bool dead);
1129 struct connectdata *conn, bool dead) in smb_disconnect() argument
1132 (void) dead; in smb_disconnect()
H A Durl.c753 bool dead; in Curl_conn_seems_dead() local
762 dead = TRUE; in Curl_conn_seems_dead()
774 dead = (state & CONNRESULT_DEAD); in Curl_conn_seems_dead()
783 dead = !Curl_conn_is_alive(data, conn, &input_pending); in Curl_conn_seems_dead()
794 dead = TRUE; in Curl_conn_seems_dead()
799 if(dead) { in Curl_conn_seems_dead()
H A Dpop3.c97 struct connectdata *conn, bool dead);
H A Dopenldap.c104 struct connectdata *conn, bool dead);
H A Dsmtp.c96 struct connectdata *conn, bool dead);
H A Dimap.c92 struct connectdata *conn, bool dead);
/curl/docs/libcurl/opts/
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT.md38 message for a command before the session is considered dead. While libcurl is
H A DCURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md38 message for a command before the session is considered dead. While libcurl is
/curl/lib/vssh/
H A Dwolfssh.c68 bool dead);
1117 bool dead) in wsftp_disconnect() argument
1120 (void)dead; in wsftp_disconnect()
H A Dlibssh.c127 bool dead);
H A Dlibssh2.c111 struct connectdata *conn, bool dead);
/curl/docs/
H A DKNOWN_BUGS589 found readable when considered for reuse and that makes curl think it is dead
H A DTODO335 dead connections (and close them) better and earlier, and it can handle

Completed in 70 milliseconds