Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h197 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1435 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1475 http_max_streams, http_endpoint, in listen_create()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h583 uint32_t http_max_streams, char* http_endpoint,
H A Dconfig_file.h154 uint32_t http_max_streams; member
H A Dconfig_file.c133 cfg->http_max_streams = 100; in config_create()
582 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option()
1114 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
H A Dnetevent.c4168 uint32_t http_max_streams, char* http_endpoint, argument
4232 c->http2_max_streams = http_max_streams;
4288 uint32_t http_max_streams, char* http_endpoint, argument
4370 http_max_streams, http_endpoint,
H A Dconfigparser.y1141 else cfg_parser->cfg->http_max_streams = atoi($2);
H A Dconfigparser.c3913 else cfg_parser->cfg->http_max_streams = atoi((yyvsp[0].str)); in yyparse()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c865 uint32_t ATTR_UNUSED(http_max_streams), in listen_create() argument
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2172 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()