Searched refs:dnscrypt_provider_cert (Results 1 – 5 of 5) sorted by relevance
586 for (head = cfg->dnscrypt_provider_cert; head; head = head->next) { in dnsc_parse_certs()599 for(head = cfg->dnscrypt_provider_cert; head; head = head->next, signed_cert_id++) { in dnsc_parse_certs()
688 struct config_strlist* dnscrypt_provider_cert; member
371 cfg->dnscrypt_provider_cert = NULL; in config_create()812 else S_STRLIST_UNIQ("dnscrypt-provider-cert:", dnscrypt_provider_cert) in config_set_option()1301 else O_LST(opt, "dnscrypt-provider-cert", dnscrypt_provider_cert) in config_get_option()
3798 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, $2))3800 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert, $2))
7420 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str))) in yyparse()7422 if(!cfg_strlist_insert(&cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str))) in yyparse()