Home
last modified time | relevance | path

Searched refs:dyn_rec (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_live_check.cc108 readcb, timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold,
109 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE),
Dshrpx_client_handler.cc403 timeoutcb, this, get_config()->tls.dyn_rec.warmup_threshold, in ClientHandler()
404 get_config()->tls.dyn_rec.idle_timeout, Proto::NONE), in ClientHandler()
Dshrpx_http_downstream_connection.cc208 get_config()->tls.dyn_rec.warmup_threshold,
209 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP1),
Dshrpx.cc1456 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()
Dshrpx_http2_session.cc190 get_config()->tls.dyn_rec.warmup_threshold,
191 get_config()->tls.dyn_rec.idle_timeout, Proto::HTTP2),
Dshrpx_config.h622 } dyn_rec; member
Dshrpx_config.cc3406 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()