Searched refs:dyn_rec (Results 1 – 7 of 7) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_live_check.cc | 108 readcb, timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold, 109 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE),
|
D | shrpx_client_handler.cc | 403 timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold, in ClientHandler() 404 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE), in ClientHandler()
|
D | shrpx_http_downstream_connection.cc | 208 get_config()->tls.dyn_rec.warmup_threshold, 209 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP1),
|
D | shrpx.cc | 1456 auto &dyn_recconf = tlsconf.dyn_rec; in fill_default_config() 2383 << util::utos_unit(config->tls.dyn_rec.warmup_threshold) << R"( in print_help() 2390 << util::duration_str(config->tls.dyn_rec.idle_timeout) << R"( in print_help()
|
D | shrpx_http2_session.cc | 190 get_config()->tls.dyn_rec.warmup_threshold, 191 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP2),
|
D | shrpx_config.h | 622 } dyn_rec; member
|
D | shrpx_config.cc | 3406 config->tls.dyn_rec.warmup_threshold = n; in parse_config() 3412 return parse_duration(&config->tls.dyn_rec.idle_timeout, opt, optarg); in parse_config()
|