Home
last modified time | relevance | path

Searched refs:cfg_str2list_insert (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfigparser.y2031 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
2039 if(!cfg_str2list_insert(
2432 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones,
2516 if(!cfg_str2list_insert(&cfg_parser->cfg->
2531 if(!cfg_str2list_insert(&cfg_parser->cfg->
2671 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
2725 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view,
2829 if(!cfg_str2list_insert(&cfg_parser->cfg->
2844 if(!cfg_str2list_insert(&cfg_parser->cfg->
3079 if(!cfg_str2list_insert(
[all …]
H A Dconfigparser.c5197 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
5208 if(!cfg_str2list_insert( in yyparse()
5706 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones, in yyparse()
5817 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5835 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6011 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
6077 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view, in yyparse()
6208 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6226 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6530 if(!cfg_str2list_insert( in yyparse()
[all …]
H A Dconfig_file.h1133 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
H A Dconfig_file.c2192 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() function
2716 return cfg_str2list_insert(&cfg->local_zones, strdup(buf), in cfg_parse_local_zone()
/freebsd/contrib/unbound/services/
H A Dview.c192 if(!cfg_str2list_insert( in views_apply_cfg()
/freebsd/contrib/unbound/dnscrypt/
H A Ddnscrypt.c687 if(!cfg_str2list_insert(&cfg->local_zones, in dnsc_load_local_data()