Searched refs:cfg_strlist_find (Results 1 – 4 of 4) sorted by relevance
1103 struct config_strlist* cfg_strlist_find(struct config_strlist* head,
510 { if(cfg_strlist_find(cfg->var, val)) { return 0;} \2115 cfg_strlist_find(struct config_strlist* head, const char *item) in cfg_strlist_find() function
3817 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, $2))3833 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_secret_key, $2))
7444 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str))) in yyparse()7466 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_secret_key, (yyvsp[0].str))) in yyparse()