Searched refs:dnscrypt_provider_cert_rotated (Results 1 – 7 of 7) sorted by relevance
589 for (head = cfg->dnscrypt_provider_cert_rotated; head; head = head->next) { in dnsc_parse_certs()607 for(head2 = cfg->dnscrypt_provider_cert_rotated; head2; head2 = head2->next) { in dnsc_parse_certs()
683 struct config_strlist* dnscrypt_provider_cert_rotated; member
368 cfg->dnscrypt_provider_cert_rotated = NULL; in config_create()793 else S_STRLIST("dnscrypt-provider-cert-rotated:", dnscrypt_provider_cert_rotated) in config_set_option()1275 else O_LST(opt, "dnscrypt-provider-cert-rotated", dnscrypt_provider_cert_rotated) in config_get_option()
3756 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert_rotated, $2))