Searched refs:cfg_str3list_insert (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 1151 int cfg_str3list_insert(struct config_str3list** head, char* item, char* i2,
|
| H A D | configparser.y | 2650 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_actions, 2662 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, 2674 if(!cfg_str3list_insert(&cfg_parser->cfg->local_zone_overrides, 2716 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions, 2728 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas,
|
| H A D | configparser.c | 5998 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_actions, in yyparse() 6013 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, in yyparse() 6028 if(!cfg_str3list_insert(&cfg_parser->cfg->local_zone_overrides, in yyparse() 6079 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions, in yyparse() 6094 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas, in yyparse()
|
| H A D | config_file.c | 2243 cfg_str3list_insert(struct config_str3list** head, char* item, char* i2, in cfg_str3list_insert() function
|