Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/util/
H A Dconfigparser.y2005 if(!cfg_str2list_insert(
2482 if(!cfg_str2list_insert(&cfg_parser->cfg->
2497 if(!cfg_str2list_insert(&cfg_parser->cfg->
2637 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
2795 if(!cfg_str2list_insert(&cfg_parser->cfg->
2810 if(!cfg_str2list_insert(&cfg_parser->cfg->
3045 if(!cfg_str2list_insert(
3360 if(!cfg_str2list_insert(
3371 if(!cfg_str2list_insert(
3380 if(!cfg_str2list_insert(
[all …]
H A Dconfigparser.c5152 if(!cfg_str2list_insert( in yyparse()
5761 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5779 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
5955 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
6152 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6170 if(!cfg_str2list_insert(&cfg_parser->cfg-> in yyparse()
6474 if(!cfg_str2list_insert( in yyparse()
6879 if(!cfg_str2list_insert( in yyparse()
6893 if(!cfg_str2list_insert( in yyparse()
6905 if(!cfg_str2list_insert( in yyparse()
[all …]
H A Dconfig_file.h1096 int cfg_str2list_insert(struct config_str2list** head, char* item, char* i2);
H A Dconfig_file.c2094 cfg_str2list_insert(struct config_str2list** head, char* item, char* i2) in cfg_str2list_insert() function
2620 return cfg_str2list_insert(&cfg->local_zones, strdup(buf), in cfg_parse_local_zone()
/freebsd-14.2/contrib/unbound/services/
H A Dview.c196 if(!cfg_str2list_insert( in views_apply_cfg()
/freebsd-14.2/contrib/unbound/dnscrypt/
H A Ddnscrypt.c687 if(!cfg_str2list_insert(&cfg->local_zones, in dnsc_load_local_data()