Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.c511 #define S_STR(str, var) if(strcmp(opt, str)==0) \ macro
600 else S_STR("log-identity:", log_identity) in config_set_option()
626 else S_STR("ssl-service-key:", ssl_service_key) in config_set_option()
627 else S_STR("tls-service-key:", ssl_service_key) in config_set_option()
628 else S_STR("ssl-service-pem:", ssl_service_pem) in config_set_option()
629 else S_STR("tls-service-pem:", ssl_service_pem) in config_set_option()
632 else S_STR("ssl-cert-bundle:", tls_cert_bundle) in config_set_option()
633 else S_STR("tls-cert-bundle:", tls_cert_bundle) in config_set_option()
641 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
642 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()
[all …]