Home | History | Annotate | Download | only in dnstap

Lines Matching defs:local_list

1233 	struct config_strlist_head* local_list)
1236 for(item = local_list->first; item; item = item->next) {
1300 setup_and_run(struct config_strlist_head* local_list,
1326 setup_local_list(maindata, local_list);
1461 struct config_strlist_head local_list;
1484 memset(&local_list, 0, sizeof(local_list));
1504 if(!cfg_strlist_append(&local_list,
1573 setup_and_run(&local_list, &tcp_list, &tls_list, server_key,
1575 config_delstrlist(local_list.first);