Searched refs:cfg_str3list_insert (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 1062 int cfg_str3list_insert(struct config_str3list** head, char* item, char* i2,
|
| H A D | configparser.y | 2455 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_actions, 2467 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, 2479 if(!cfg_str3list_insert(&cfg_parser->cfg->local_zone_overrides, 2521 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions, 2533 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas,
|
| H A D | configparser.c | 5628 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_actions, in yyparse() 5643 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas, in yyparse() 5658 if(!cfg_str3list_insert(&cfg_parser->cfg->local_zone_overrides, in yyparse() 5709 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions, in yyparse() 5724 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas, in yyparse()
|
| H A D | config_file.c | 2012 cfg_str3list_insert(struct config_str3list** head, char* item, char* i2, in cfg_str3list_insert() function
|