Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h186 size_t stream_wait_size; member
H A Dconfig_file.c173 cfg->stream_wait_size = 4 * 1024 * 1024; in config_create()
660 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option()
1130 else O_MEM(opt, "stream-wait-size", stream_wait_size) in config_get_option()
2525 stream_wait_max = config->stream_wait_size; in config_apply()
H A Dconfigparser.y1644 if(!cfg_parse_memsize($2, &cfg_parser->cfg->stream_wait_size))
H A Dconfigparser.c4687 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->stream_wait_size)) in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dunbound.c201 + (cfg->do_tcp?cfg->stream_wait_size:0) in checkrlimits()
H A Dremote.c6079 COPY_VAR_size_t(stream_wait_size); in fr_atomic_copy_cfg()