Searched refs:S_MEMSIZE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.c | 486 #define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \ macro 605 else S_MEMSIZE("http-query-buffer-size:", http_query_buffer_size) in config_set_option() 606 else S_MEMSIZE("http-response-buffer-size:", http_response_buffer_size) in config_set_option() 610 else S_MEMSIZE("quic-size:", quic_size) in config_set_option() 619 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option() 622 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option() 626 else S_MEMSIZE("so-rcvbuf:", so_rcvbuf) in config_set_option() 627 else S_MEMSIZE("so-sndbuf:", so_sndbuf) in config_set_option() 632 else S_MEMSIZE("rrset-cache-size:", rrset_cache_size) in config_set_option() 750 else S_MEMSIZE("key-cache-size:", key_cache_size) in config_set_option() [all …]
|