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

  /src/external/bsd/unbound/dist/daemon/
remote.h 59 struct config_strlist_head;
162 struct config_strlist_head* to_print;
249 struct config_strlist_head* fr_output;
cachedump.c 65 static void spool_txt_printf(struct config_strlist_head* txt,
70 spool_txt_string(struct config_strlist_head* txt, char* str)
79 spool_txt_vmsg(struct config_strlist_head* txt, const char* format,
89 spool_txt_printf(struct config_strlist_head* txt, const char* format, ...)
99 dump_rrset_line(struct config_strlist_head* txt, struct ub_packed_rrset_key* k,
112 dump_rrset(struct config_strlist_head* txt, struct ub_packed_rrset_key* k,
148 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*),
156 struct config_strlist_head txt; /* Text strings spooled. */
236 void (*func)(struct lruhash_entry*, struct config_strlist_head*, void*),
262 dump_rrset_entry(struct lruhash_entry* e, struct config_strlist_head* txt
    [all...]
remote.c 7220 fr->fr_output = (struct config_strlist_head*)calloc(1,
7379 cfg_strlist_append_listhead(struct config_strlist_head* list,
7380 struct config_strlist_head* more)
7396 struct config_strlist_head out;
  /src/external/bsd/unbound/dist/util/
config_file.h 61 struct config_strlist_head { struct
144 struct config_strlist_head tls_session_ticket_keys;
519 struct config_strlist_head control_ifs;
1093 int cfg_strlist_append(struct config_strlist_head* list, char* item);
config_file.c 961 struct config_strlist_head list;
2092 int cfg_strlist_append(struct config_strlist_head* list, char* item)
  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 1233 struct config_strlist_head* local_list)
1248 struct config_strlist_head* tcp_list)
1263 struct config_strlist_head* tls_list, char* server_key,
1300 setup_and_run(struct config_strlist_head* local_list,
1301 struct config_strlist_head* tcp_list,
1302 struct config_strlist_head* tls_list, char* server_key,
1461 struct config_strlist_head local_list;
1462 struct config_strlist_head tcp_list;
1463 struct config_strlist_head tls_list;
  /src/external/bsd/unbound/dist/pythonmod/
interface.i 1046 struct config_strlist_head control_ifs;

Completed in 38 milliseconds