Searched refs:cfg_strlist_append (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1504 if(!cfg_strlist_append(&local_list, in main() 1509 if(!cfg_strlist_append(&tcp_list, in main() 1514 if(!cfg_strlist_append(&tls_list, in main()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 1087 int cfg_strlist_append(struct config_strlist_head* list, char* item);
|
| H A D | config_file.c | 514 { return cfg_strlist_append(&cfg->var, strdup(val)); } 958 if(!cfg_strlist_append(&m->list, strdup(line))) in config_collate_func() 2075 int cfg_strlist_append(struct config_strlist_head* list, char* item) in cfg_strlist_append() function
|
| H A D | configparser.y | 1144 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, 3470 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
|
| H A D | configparser.c | 4005 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, in yyparse() 7015 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, (yyvsp[0].str))) in yyparse()
|
| /freebsd/contrib/unbound/daemon/ |
| H A D | cachedump.c | 72 if(!cfg_strlist_append(txt, strdup(str))) { in spool_txt_string()
|
| H A D | remote.c | 4573 if(!cfg_strlist_append(fr->fr_output, item)) { in fr_output_text()
|