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.c1504 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 Dconfig_file.h1087 int cfg_strlist_append(struct config_strlist_head* list, char* item);
H A Dconfig_file.c514 { 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 Dconfigparser.y1144 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys,
3470 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, $2))
H A Dconfigparser.c4005 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 Dcachedump.c72 if(!cfg_strlist_append(txt, strdup(str))) { in spool_txt_string()
H A Dremote.c4573 if(!cfg_strlist_append(fr->fr_output, item)) { in fr_output_text()