Searched refs:O_MEM (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | config_file.c | 1012 #define O_MEM(opt, str, var) if(strcmp(opt, str)==0) { \ macro 1087 else O_MEM(opt, "stream-wait-size", stream_wait_size) in config_get_option() 1090 else O_MEM(opt, "msg-cache-size", msg_cache_size) in config_get_option() 1094 else O_MEM(opt, "so-rcvbuf", so_rcvbuf) in config_get_option() 1095 else O_MEM(opt, "so-sndbuf", so_sndbuf) in config_get_option() 1100 else O_MEM(opt, "rrset-cache-size", rrset_cache_size) in config_get_option() 1114 else O_MEM(opt, "infra-cache-numhosts", infra_cache_numhosts) in config_get_option() 1157 else O_MEM(opt, "http-query-buffer-size", http_query_buffer_size) in config_get_option() 1158 else O_MEM(opt, "http-response-buffer-size", http_response_buffer_size) in config_get_option() 1162 else O_MEM(opt, "quic-size", quic_size) in config_get_option() [all …]
|