Searched refs:http_max_streams (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/unbound/services/ |
| D | listen_dnsport.h | 197 int harden_large_queries, uint32_t http_max_streams,
|
| D | listen_dnsport.c | 1435 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument 1475 http_max_streams, http_endpoint, in listen_create()
|
| /freebsd-12-stable/contrib/unbound/util/ |
| D | netevent.h | 583 uint32_t http_max_streams, char* http_endpoint,
|
| D | config_file.h | 154 uint32_t http_max_streams; member
|
| D | config_file.c | 133 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()
|
| D | netevent.c | 4168 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,
|
| D | configparser.y | 1141 else cfg_parser->cfg->http_max_streams = atoi($2);
|
| /freebsd-12-stable/contrib/unbound/daemon/ |
| D | worker.c | 2172 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
|