Searched refs:disconnecting (Results 1 – 7 of 7) sorted by relevance
/curl/lib/ |
H A D | pingpong.h | 89 bool block, bool disconnecting); 97 struct pingpong *pp, bool disconnecting);
|
H A D | pingpong.c | 51 struct pingpong *pp, bool disconnecting) in Curl_pp_state_timeout() argument 68 if(data->set.timeout && !disconnecting) { in Curl_pp_state_timeout() 85 bool disconnecting) in Curl_pp_statemach() argument 91 timediff_t timeout_ms = Curl_pp_state_timeout(data, pp, disconnecting); in Curl_pp_statemach()
|
H A D | pop3.c | 1129 bool disconnecting) in pop3_block_statemach() argument 1135 result = Curl_pp_statemach(data, &pop3c->pp, TRUE, disconnecting); in pop3_block_statemach()
|
H A D | smtp.c | 1305 bool disconnecting) in smtp_block_statemach() argument 1311 result = Curl_pp_statemach(data, &smtpc->pp, TRUE, disconnecting); in smtp_block_statemach()
|
H A D | imap.c | 1409 bool disconnecting) in imap_block_statemach() argument 1415 result = Curl_pp_statemach(data, &imapc->pp, TRUE, disconnecting); in imap_block_statemach()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PINNEDPUBLICKEY.md | 96 # - OpenSSL may wait for input instead of disconnecting. Hit enter.
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 93 # - OpenSSL may wait for input instead of disconnecting. Hit enter.
|
Completed in 21 milliseconds