Home
last modified time | relevance | path

Searched refs:stream_wait_size (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h176 size_t stream_wait_size; member
H A Dconfig_file.c163 cfg->stream_wait_size = 4 * 1024 * 1024; in config_create()
595 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option()
1046 else O_MEM(opt, "stream-wait-size", stream_wait_size) in config_get_option()
2321 stream_wait_max = config->stream_wait_size; in config_apply()
H A Dconfigparser.y1534 if(!cfg_parse_memsize($2, &cfg_parser->cfg->stream_wait_size))
H A Dconfigparser.c4440 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->stream_wait_size)) in yyparse()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dunbound.c201 + (cfg->do_tcp?cfg->stream_wait_size:0) in checkrlimits()