Searched refs:cfg_strlist_append (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1506 if(!cfg_strlist_append(&local_list, in main() 1511 if(!cfg_strlist_append(&tcp_list, in main() 1516 if(!cfg_strlist_append(&tls_list, in main()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 1093 int cfg_strlist_append(struct config_strlist_head* list, char* item);
|
| H A D | config_file.c | 520 { return cfg_strlist_append(&cfg->var, strdup(val)); } 971 if(!cfg_strlist_append(&m->list, strdup(line))) in config_collate_func() 2092 int cfg_strlist_append(struct config_strlist_head* list, char* item) in cfg_strlist_append() function
|
| H A D | configparser.y | 1147 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, 3494 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
|
| H A D | configparser.c | 4022 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, in yyparse() 7059 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 | 4597 if(!cfg_strlist_append(fr->fr_output, item)) { in fr_output_text()
|