Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/services/
HDlisten_dnsport.h212 int harden_large_queries, uint32_t http_max_streams,
HDlisten_dnsport.c1524 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1576 http_max_streams, http_endpoint, in listen_create()
/freebsd-13-stable/contrib/unbound/util/
HDnetevent.h639 uint32_t http_max_streams, char* http_endpoint,
HDconfig_file.h154 uint32_t http_max_streams; member
HDconfig_file.c134 cfg->http_max_streams = 100; in config_create()
604 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option()
1156 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
HDnetevent.c6051 uint32_t http_max_streams, char* http_endpoint, argument
6115 c->http2_max_streams = http_max_streams;
6171 uint32_t http_max_streams, char* http_endpoint, argument
6253 http_max_streams, http_endpoint,
HDconfigparser.y1179 else cfg_parser->cfg->http_max_streams = atoi($2);
HDconfigparser.c4052 else cfg_parser->cfg->http_max_streams = atoi((yyvsp[0].str)); in yyparse()
/freebsd-13-stable/contrib/unbound/daemon/
HDworker.c2174 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()