Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfigparser.y1911 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, $2, $3))
1919 if(!cfg_str2list_insert(
2303 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones,
2491 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
2545 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view,
2649 if(!cfg_str2list_insert(&cfg_parser->cfg->
2664 if(!cfg_str2list_insert(&cfg_parser->cfg->
2899 if(!cfg_str2list_insert(
3214 if(!cfg_str2list_insert(
3225 if(!cfg_str2list_insert(
[all …]
H A Dconfigparser.c4937 if(!cfg_str2list_insert(&cfg_parser->cfg->acls, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
4948 if(!cfg_str2list_insert( in yyparse()
5434 if(!cfg_str2list_insert(&cfg_parser->cfg->local_zones, in yyparse()
5673 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
5739 if(!cfg_str2list_insert(&cfg_parser->cfg->interface_view, in yyparse()
5870 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5888 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6192 if(!cfg_str2list_insert( in yyparse()
6597 if(!cfg_str2list_insert( in yyparse()
6611 if(!cfg_str2list_insert( in yyparse()
[all …]
H A Dconfig_file.h1052 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
H A Dconfig_file.c1990 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() function
2512 return cfg_str2list_insert(&cfg->local_zones, strdup(buf), in cfg_parse_local_zone()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dunitmain.c824 if(!cfg_str2list_insert(&cfg.respip_actions, ip, sact)) in respip_conf_actions_test()
875 if(!cfg_str2list_insert(&cv1->respip_actions, ip, sact)) in respip_view_conf_actions_test()
882 if(!cfg_str2list_insert(&cv2->respip_actions, ip, sact)) in respip_view_conf_actions_test()
958 if(!cfg_str2list_insert(respip_actions, ip, sact)) in cfg_insert_respip_data()
966 if(!cfg_str2list_insert(respip_data, ip, data)) in cfg_insert_respip_data()
/netbsd-src/external/bsd/unbound/dist/services/
H A Dview.c196 if(!cfg_str2list_insert( in views_apply_cfg()
/netbsd-src/external/bsd/unbound/dist/dnscrypt/
H A Ddnscrypt.c687 if(!cfg_str2list_insert(&cfg->local_zones, in dnsc_load_local_data()