Home
last modified time | relevance | path

Searched refs:fr_output (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dremote.h249 struct config_strlist_head* fr_output; member
H A Dremote.c4597 if(!cfg_strlist_append(fr->fr_output, item)) { in fr_output_text()
7220 fr->fr_output = (struct config_strlist_head*)calloc(1, in fast_reload_thread_setup()
7221 sizeof(*fr->fr_output)); in fast_reload_thread_setup()
7222 if(!fr->fr_output) { in fast_reload_thread_setup()
7232 free(fr->fr_output); in fast_reload_thread_setup()
7238 lock_protect(&fr->fr_output_lock, fr->fr_output, in fast_reload_thread_setup()
7239 sizeof(*fr->fr_output)); in fast_reload_thread_setup()
7295 if(fast_reload_thread->fr_output) { in fast_reload_thread_desetup()
7296 config_delstrlist(fast_reload_thread->fr_output->first); in fast_reload_thread_desetup()
7297 free(fast_reload_thread->fr_output); in fast_reload_thread_desetup()
[all …]