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.c503 #define S_STR(str, var) if(strcmp(opt, str)==0) \ macro
588 else S_STR("log-identity:", log_identity) in config_set_option()
614 else S_STR("ssl-service-key:", ssl_service_key) in config_set_option()
615 else S_STR("tls-service-key:", ssl_service_key) in config_set_option()
616 else S_STR("ssl-service-pem:", ssl_service_pem) in config_set_option()
617 else S_STR("tls-service-pem:", ssl_service_pem) in config_set_option()
620 else S_STR("ssl-cert-bundle:", tls_cert_bundle) in config_set_option()
621 else S_STR("tls-cert-bundle:", tls_cert_bundle) in config_set_option()
629 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
630 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()
[all …]