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.c492 #define S_STR(str, var) if(strcmp(opt, str)==0) \ macro
558 else S_STR("log-identity:", log_identity) in config_set_option()
584 else S_STR("ssl-service-key:", ssl_service_key) in config_set_option()
585 else S_STR("tls-service-key:", ssl_service_key) in config_set_option()
586 else S_STR("ssl-service-pem:", ssl_service_pem) in config_set_option()
587 else S_STR("tls-service-pem:", ssl_service_pem) in config_set_option()
590 else S_STR("ssl-cert-bundle:", tls_cert_bundle) in config_set_option()
591 else S_STR("tls-cert-bundle:", tls_cert_bundle) in config_set_option()
599 else S_STR("tls-ciphers:", tls_ciphers) in config_set_option()
600 else S_STR("tls-ciphersuites:", tls_ciphersuites) in config_set_option()
[all …]