Searched refs:http_max_streams (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | netevent.h | 648 uint32_t http_max_streams, char* http_endpoint,
|
| H A D | config_file.h | 157 uint32_t http_max_streams; member
|
| H A D | config_file.c | 134 cfg->http_max_streams = 100; in config_create() 634 else S_NUMBER_NONZERO("http-max-streams:", http_max_streams) in config_set_option() 1186 else O_UNS(opt, "http-max-streams", http_max_streams) in config_get_option()
|
| H A D | netevent.c | 6066 uint32_t http_max_streams, char* http_endpoint, argument 6131 c->http2_max_streams = http_max_streams; 6188 uint32_t http_max_streams, char* http_endpoint, argument 6271 http_max_streams, http_endpoint,
|
| H A D | configparser.y | 1189 else cfg_parser->cfg->http_max_streams = atoi($2);
|
| H A D | configparser.c | 4064 else cfg_parser->cfg->http_max_streams = atoi((yyvsp[0].str)); in yyparse()
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 215 int harden_large_queries, uint32_t http_max_streams,
|
| H A D | listen_dnsport.c | 1537 int harden_large_queries, uint32_t http_max_streams, in listen_create() argument 1589 http_max_streams, http_endpoint, in listen_create()
|
| /freebsd/contrib/unbound/testcode/ |
| H A D | fake_event.c | 953 uint32_t ATTR_UNUSED(http_max_streams), in listen_create() argument
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | worker.c | 2256 cfg->harden_large_queries, cfg->http_max_streams, in worker_init()
|
| H A D | remote.c | 4930 FR_CHECK_CHANGED_CFG("http-max-streams", http_max_streams, changed_str); in fr_check_compat_cfg() 5875 COPY_VAR_uint32_t(http_max_streams); in fr_atomic_copy_cfg()
|