Home
last modified time | relevance | path

Searched refs:cfg_strlist_append (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1506 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 Dconfig_file.h1093 int cfg_strlist_append(struct config_strlist_head* list, char* item);
H A Dconfig_file.c520 { 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 Dconfigparser.y1147 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys,
3494 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
H A Dconfigparser.c4022 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 Dcachedump.c72 if(!cfg_strlist_append(txt, strdup(str))) { in spool_txt_string()
H A Dremote.c4597 if(!cfg_strlist_append(fr->fr_output, item)) { in fr_output_text()