Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h181 size_t stream_wait_size; member
H A Dconfig_file.c168 cfg->stream_wait_size = 4 * 1024 * 1024; in config_create()
619 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option()
1087 else O_MEM(opt, "stream-wait-size", stream_wait_size) in config_get_option()
2429 stream_wait_max = config->stream_wait_size; in config_apply()
H A Dconfigparser.y1610 if(!cfg_parse_memsize($2, &cfg_parser->cfg->stream_wait_size))
H A Dconfigparser.c4631 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()