Searched refs:cfg_strlist_append (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/unbound/dnstap/ |
| H A D | unbound-dnstap-socket.c | 1503 if(!cfg_strlist_append(&local_list, in main() 1508 if(!cfg_strlist_append(&tcp_list, in main() 1513 if(!cfg_strlist_append(&tls_list, in main()
|
| /freebsd-14.2/contrib/unbound/util/ |
| H A D | config_file.h | 1056 int cfg_strlist_append(struct config_strlist_head* list, char* item);
|
| H A D | config_file.c | 503 { return cfg_strlist_append(&cfg->var, strdup(val)); } 928 if(!cfg_strlist_append(&m->list, strdup(line))) in config_collate_func() 1994 int cfg_strlist_append(struct config_strlist_head* list, char* item) in cfg_strlist_append() function
|
| H A D | configparser.y | 1136 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, 3451 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
|
| H A D | configparser.c | 3995 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys, in yyparse() 6991 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, (yyvsp[0].str))) in yyparse()
|