Home
last modified time | relevance | path

Searched refs:cfg_strlist_find (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h1049 struct config_strlist* cfg_strlist_find(struct config_strlist* head,
H A Dconfig_file.c488 { if(cfg_strlist_find(cfg->var, val)) { return 0;} \
1971 cfg_strlist_find(struct config_strlist* head, const char *item) in cfg_strlist_find() function
H A Dconfigparser.y3717 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, $2))
3733 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_secret_key, $2))
H A Dconfigparser.c7263 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_provider_cert, (yyvsp[0].str))) in yyparse()
7285 if(cfg_strlist_find(cfg_parser->cfg->dnscrypt_secret_key, (yyvsp[0].str))) in yyparse()