Searched refs:Curl_shutdown_timeleft (Results 1 – 4 of 4) sorted by relevance
/curl/lib/ |
H A D | connect.h | 50 timediff_t Curl_shutdown_timeleft(struct connectdata *conn, int sockindex,
|
H A D | connect.c | 160 timediff_t Curl_shutdown_timeleft(struct connectdata *conn, int sockindex, in Curl_shutdown_timeleft() function 192 ms = Curl_shutdown_timeleft(conn, i, nowp); in Curl_conn_shutdown_timeleft()
|
H A D | cfilters.c | 211 timeout_ms = Curl_shutdown_timeleft(data->conn, sockindex, &now); in Curl_conn_shutdown()
|
/curl/lib/vtls/ |
H A D | vtls.c | 2120 timeout_ms = Curl_shutdown_timeleft(cf->conn, cf->sockindex, NULL); in vtls_shutdown_blocking()
|
Completed in 16 milliseconds