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.h183 BIT(dead); /* a callback returned error, everything needs to crash and
H A Dmulti.c496 if(multi->dead) { in curl_multi_add_handle()
502 multi->dead = FALSE; in curl_multi_add_handle()
2610 if(multi->dead) {
3296 multi->dead = TRUE;
3335 bool dead = FALSE; local
3342 dead = TRUE;
3345 if(dead) {
3346 multi->dead = TRUE;
3410 multi->dead = TRUE;
3736 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.c255 struct connectdata *conn, bool dead);
1123 struct connectdata *conn, bool dead) in smb_disconnect() argument
1126 (void) dead; in smb_disconnect()
H A Durl.c755 bool dead; in Curl_conn_seems_dead() local
764 dead = TRUE; in Curl_conn_seems_dead()
776 dead = (state & CONNRESULT_DEAD); in Curl_conn_seems_dead()
785 dead = !Curl_conn_is_alive(data, conn, &input_pending); in Curl_conn_seems_dead()
796 dead = TRUE; in Curl_conn_seems_dead()
801 if(dead) { in Curl_conn_seems_dead()
H A Dopenldap.c104 struct connectdata *conn, bool dead);
H A Dpop3.c97 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_BUGS598 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 60 milliseconds