HomeSort by: relevance | last modified time | path
    Searched refs:cfg_strlist_append (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
config_file.h 1093 int cfg_strlist_append(struct config_strlist_head* list, char* item);
config_file.c 520 { return cfg_strlist_append(&cfg->var, strdup(val)); }
971 if(!cfg_strlist_append(&m->list, strdup(line)))
2092 int cfg_strlist_append(struct config_strlist_head* list, char* item) function
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))
configparser.c 4022 if(!cfg_strlist_append(&cfg_parser->cfg->tls_session_ticket_keys,
7059 if(!cfg_strlist_append(&cfg_parser->cfg->control_ifs, (yyvsp[0].str)))
  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 1506 if(!cfg_strlist_append(&local_list,
1511 if(!cfg_strlist_append(&tcp_list,
1516 if(!cfg_strlist_append(&tls_list,
  /src/external/bsd/unbound/dist/daemon/
cachedump.c 72 if(!cfg_strlist_append(txt, strdup(str))) {
remote.c 4597 if(!cfg_strlist_append(fr->fr_output, item)) {
4599 /* The item is freed by cfg_strlist_append on failure. */

Completed in 42 milliseconds