Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dconfig_file.h184 size_t stream_wait_size; member
H A Dconfig_file.c168 cfg->stream_wait_size = 4 * 1024 * 1024; in config_create()
649 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option()
1117 else O_MEM(opt, "stream-wait-size", stream_wait_size) in config_get_option()
2508 stream_wait_max = config->stream_wait_size; in config_apply()
H A Dconfigparser.y1620 if(!cfg_parse_memsize($2, &cfg_parser->cfg->stream_wait_size))
H A Dconfigparser.c4643 if(!cfg_parse_memsize((yyvsp[0].str), &cfg_parser->cfg->stream_wait_size)) in yyparse()
/src/contrib/unbound/daemon/
H A Dunbound.c201 + (cfg->do_tcp?cfg->stream_wait_size:0) in checkrlimits()
H A Dremote.c5885 COPY_VAR_size_t(stream_wait_size); in fr_atomic_copy_cfg()