Searched refs:alive (Results 1 – 25 of 29) sorted by relevance
12
18 CURLOPT_TCP_KEEPIDLE - TCP keep-alive idle time wait52 /* enable TCP keep-alive for this transfer */55 /* set keep-alive idle time to 120 seconds */58 /* interval time between keep-alive probes: 60 seconds */61 /* maximum number of keep-alive probes: 3 */
18 CURLOPT_TCP_KEEPINTVL - TCP keep-alive interval51 /* enable TCP keep-alive for this transfer */54 /* set keep-alive idle time to 120 seconds */57 /* interval time between keep-alive probes: 60 seconds */60 /* maximum number of keep-alive probes: 3 */
20 CURLOPT_TCP_KEEPALIVE - TCP keep-alive probing53 /* enable TCP keep-alive for this transfer */56 /* keep-alive idle time to 120 seconds */59 /* interval time between keep-alive probes: 60 seconds */62 /* maximum number of keep-alive probes: 3 */
18 CURLOPT_TCP_KEEPCNT - Maximum number of TCP keep-alive probes53 /* enable TCP keep-alive for this transfer */56 /* set keep-alive idle time to 120 seconds */59 /* interval time between keep-alive probes: 60 seconds */62 /* maximum number of keep-alive probes: 3 */
32 connections alive when done with one transfer in case a succeeding one follows
34 date and they are meant to be alive and existing for this "session" only.
32 libcurl may keep alive in its connection cache after use. The default is 5,
30 send some traffic on existing connections in order to keep them alive; this
30 libcurl may keep alive in its connection cache after use. By default libcurl
41 transfer is alive and is using it.
104 The host+key is rejected, but the SSH connection is asked to be kept alive.
29 Connection: keep-alive85 Connection: keep-alive94 Connection: keep-alive
28 Connection: keep-alive88 Connection: keep-alive89 Connection: keep-alive
31 HTTP GET request with proxy and -H "Proxy-Connection: keep-alive"
22 Connection: keep-alive
17 curl_easy_upkeep - keep existing connections alive30 send some traffic on existing connections in order to keep them alive; this
46 libcurl keeps the connection alive in the connection pool associated with the
83 connections alive, both ends can send PING messages for the other end to
1171 Enable TCP keep-alive. See CURLOPT_TCP_KEEPALIVE(3)1175 Maximum number of keep-alive probes. See CURLOPT_TCP_KEEPCNT(3)1179 Idle time before sending keep-alive. See CURLOPT_TCP_KEEPIDLE(3)1183 Interval between keep-alive probes. See CURLOPT_TCP_KEEPINTVL(3)
1523 bool alive = TRUE; in proxy_h2_connisalive() local1541 alive = FALSE; in proxy_h2_connisalive()1543 alive = !proxy_h2_should_close_session(ctx); in proxy_h2_connisalive()1548 alive = FALSE; in proxy_h2_connisalive()1552 return alive; in proxy_h2_connisalive()
687 bool alive = TRUE; in http2_connisalive() local707 alive = FALSE; in http2_connisalive()709 alive = !should_close_session(ctx); in http2_connisalive()714 alive = FALSE; in http2_connisalive()718 return alive; in http2_connisalive()
1589 bool alive = TRUE; in cf_quiche_conn_is_alive() local1612 alive = FALSE; in cf_quiche_conn_is_alive()1614 alive = TRUE; in cf_quiche_conn_is_alive()1618 return alive; in cf_quiche_conn_is_alive()
2490 bool alive = FALSE; in cf_ngtcp2_conn_is_alive() local2520 alive = TRUE; in cf_ngtcp2_conn_is_alive()2529 alive = result ? FALSE : TRUE; in cf_ngtcp2_conn_is_alive()2534 return alive; in cf_ngtcp2_conn_is_alive()
2178 bool alive = FALSE; in cf_osslq_conn_is_alive() local2209 alive = TRUE; in cf_osslq_conn_is_alive()2218 alive = result ? FALSE : TRUE; in cf_osslq_conn_is_alive()2223 return alive; in cf_osslq_conn_is_alive()
281 Error instead of warning on server unexpectedly alive.
Completed in 81 milliseconds