Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfigparser.y2007 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
2015 if(!cfg_str2list_insert(
2408 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones,
2492 if(!cfg_str2list_insert(&cfg_parser->cfg->
2507 if(!cfg_str2list_insert(&cfg_parser->cfg->
2647 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
2701 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view,
2805 if(!cfg_str2list_insert(&cfg_parser->cfg->
2820 if(!cfg_str2list_insert(&cfg_parser->cfg->
3055 if(!cfg_str2list_insert(
[all …]
H A Dconfigparser.c5153 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
5164 if(!cfg_str2list_insert( in yyparse()
5662 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones, in yyparse()
5773 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5791 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5967 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
6033 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view, in yyparse()
6164 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6182 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6486 if(!cfg_str2list_insert( in yyparse()
[all …]
H A Dconfig_file.h1127 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
H A Dconfig_file.c2175 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() function
2699 return cfg_str2list_insert(&cfg->local_zones, strdup(buf), in cfg_parse_local_zone()
/freebsd/contrib/unbound/testcode/
H A Dunitmain.c751 if(!cfg_str2list_insert(&cfg.respip_actions, ip, sact)) in respip_conf_actions_test()
802 if(!cfg_str2list_insert(&cv1->respip_actions, ip, sact)) in respip_view_conf_actions_test()
809 if(!cfg_str2list_insert(&cv2->respip_actions, ip, sact)) in respip_view_conf_actions_test()
885 if(!cfg_str2list_insert(respip_actions, ip, sact)) in cfg_insert_respip_data()
893 if(!cfg_str2list_insert(respip_data, ip, data)) in cfg_insert_respip_data()
/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()