Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c475 #define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \ macro
603 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option()
606 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option()
610 else S_MEMSIZE("so-rcvbuf:", so_rcvbuf) in config_set_option()
611 else S_MEMSIZE("so-sndbuf:", so_sndbuf) in config_set_option()
616 else S_MEMSIZE("rrset-cache-size:", rrset_cache_size) in config_set_option()
728 else S_MEMSIZE("key-cache-size:", key_cache_size) in config_set_option()
730 else S_MEMSIZE("neg-cache-size:", neg_cache_size) in config_set_option()
792 else S_MEMSIZE("dnscrypt-shared-secret-cache-size:", in config_set_option()
796 else S_MEMSIZE("dnscrypt-nonce-cache-size:", in config_set_option()
[all …]