Searched refs:S_MEMSIZE (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/unbound/util/ |
| HD | config_file.c | 434 #define S_MEMSIZE(str, var) if(strcmp(opt, str)==0) \ macro 538 else S_MEMSIZE("http-query-buffer-size:", http_query_buffer_size) in config_set_option() 539 else S_MEMSIZE("http-response-buffer-size:", http_response_buffer_size) in config_set_option() 549 else S_MEMSIZE("stream-wait-size:", stream_wait_size) in config_set_option() 552 else S_MEMSIZE("msg-cache-size:", msg_cache_size) in config_set_option() 556 else S_MEMSIZE("so-rcvbuf:", so_rcvbuf) in config_set_option() 557 else S_MEMSIZE("so-sndbuf:", so_sndbuf) in config_set_option() 562 else S_MEMSIZE("rrset-cache-size:", rrset_cache_size) in config_set_option() 658 else S_MEMSIZE("key-cache-size:", key_cache_size) in config_set_option() 660 else S_MEMSIZE("neg-cache-size:", neg_cache_size) in config_set_option() [all …]
|