Home
last modified time | relevance | path

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

/openbsd/sbin/unwind/libunbound/services/
H A Dlisten_dnsport.h199 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1447 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1487 http_max_streams, http_endpoint, in listen_create()
/openbsd/usr.sbin/unbound/services/
H A Dlisten_dnsport.h199 int harden_large_queries, uint32_t http_max_streams,
H A Dlisten_dnsport.c1447 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument
1487 http_max_streams, http_endpoint, in listen_create()
/openbsd/sbin/unwind/libunbound/util/
H A Dnetevent.h585 uint32_t http_max_streams, char* http_endpoint,
H A Dconfig_file.h154 uint32_t http_max_streams; member
H A Dconfig_file.c134 cfg->http_max_streams = 100; in config_create()
592 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option()
1135 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
H A Dnetevent.c4185 uint32_t http_max_streams, char* http_endpoint, argument
4249 c->http2_max_streams = http_max_streams;
4305 uint32_t http_max_streams, char* http_endpoint, argument
4387 http_max_streams, http_endpoint,
H A Dconfigparser.y1167 else cfg_parser->cfg->http_max_streams = atoi($2);
/openbsd/usr.sbin/unbound/util/
H A Dnetevent.h585 uint32_t http_max_streams, char* http_endpoint,
H A Dconfig_file.h154 uint32_t http_max_streams; member
H A Dconfig_file.c134 cfg->http_max_streams = 100; in config_create()
592 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option()
1135 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
H A Dnetevent.c4185 uint32_t http_max_streams, char* http_endpoint, argument
4249 c->http2_max_streams = http_max_streams;
4305 uint32_t http_max_streams, char* http_endpoint, argument
4387 http_max_streams, http_endpoint,
H A Dconfigparser.y1167 else cfg_parser->cfg->http_max_streams = atoi($2);
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c937 uint32_t ATTR_UNUSED(http_max_streams), in listen_create() argument
/openbsd/usr.sbin/unbound/daemon/
H A Dworker.c2178 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()