Searched refs:cfg_str2list_insert (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | configparser.y | 2038 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3)) 2046 if(!cfg_str2list_insert( 2447 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones, 2531 if(!cfg_str2list_insert(&cfg_parser->cfg-> 2545 if(!cfg_str2list_insert(&cfg_parser->cfg-> 2684 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, 2738 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view, 2842 if(!cfg_str2list_insert(&cfg_parser->cfg-> 2856 if(!cfg_str2list_insert(&cfg_parser->cfg-> 3090 if(!cfg_str2list_insert( [all …]
|
| H A D | configparser.c | 5214 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse() 5225 if(!cfg_str2list_insert( in yyparse() 5731 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones, in yyparse() 5842 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse() 5859 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse() 6034 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse() 6100 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view, in yyparse() 6231 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse() 6248 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse() 6551 if(!cfg_str2list_insert( in yyparse() [all …]
|
| H A D | config_file.h | 1137 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
|
| H A D | config_file.c | 2215 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() function 2739 return cfg_str2list_insert(&cfg->local_zones, strdup(buf), in cfg_parse_local_zone()
|
| /freebsd/contrib/unbound/services/ |
| H A D | view.c | 192 if(!cfg_str2list_insert( in views_apply_cfg()
|
| /freebsd/contrib/unbound/dnscrypt/ |
| H A D | dnscrypt.c | 698 if(!cfg_str2list_insert(&cfg->local_zones, in dnsc_load_local_data()
|