Home
last modified time | relevance | path

Searched refs:http_max_streams (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.h217 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1536 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1588 http_max_streams, http_endpoint, in listen_create()
/freebsd/contrib/unbound/util/
H A Dnetevent.h652 uint32_t http_max_streams, char* http_endpoint,
H A Dconfig_file.h159 uint32_t http_max_streams; member
H A Dconfig_file.c139 cfg->http_max_streams = 100; in config_create()
649 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option()
1204 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
H A Dnetevent.c6172 uint32_t http_max_streams, char* http_endpoint, argument
6237 c->http2_max_streams = http_max_streams;
6294 uint32_t http_max_streams, char* http_endpoint, argument
6377 http_max_streams, http_endpoint,
H A Dconfigparser.y1208 else cfg_parser->cfg->http_max_streams = atoi($2);
H A Dconfigparser.c4110 else cfg_parser->cfg->http_max_streams = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2343 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
H A Dremote.c5143 FR_CHECK_CHANGED_CFG("http-max-streams", http_max_streams, changed_str); in fr_check_compat_cfg()
6288 COPY_VAR_uint32_t(http_max_streams); in fr_atomic_copy_cfg()