Searched refs:http_max_streams (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 191 int harden_large_queries, uint32_t http_max_streams,
|
| H A D | listen_dnsport.c | 1349 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument 1387 http_max_streams, http_endpoint, in listen_create()
|
| /freebsd-13.1/contrib/unbound/util/ |
| H A D | netevent.h | 555 uint32_t http_max_streams, char* http_endpoint,
|
| H A D | config_file.h | 145 uint32_t http_max_streams; member
|
| H A D | config_file.c | 127 cfg->http_max_streams = 100; in config_create() 556 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option() 1062 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
|
| H A D | netevent.c | 3497 uint32_t http_max_streams, char* http_endpoint, argument 3559 c->http2_max_streams = http_max_streams; 3615 uint32_t http_max_streams, char* http_endpoint, argument 3694 http_max_streams, http_endpoint,
|
| H A D | configparser.y | 1077 else cfg_parser->cfg->http_max_streams = atoi($2);
|
| /freebsd-13.1/contrib/unbound/daemon/ |
| H A D | worker.c | 1759 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
|