Home | History | Annotate | Download | only in daemon

Lines Matching refs:fr_output

4597 	if(!cfg_strlist_append(fr->fr_output, item)) {
7220 fr->fr_output
7221 sizeof(*fr->fr_output));
7222 if(!fr->fr_output) {
7232 free(fr->fr_output);
7238 lock_protect(&fr->fr_output_lock, fr->fr_output,
7239 sizeof(*fr->fr_output));
7295 if(fast_reload_thread->fr_output) {
7296 config_delstrlist(fast_reload_thread->fr_output->first);
7297 free(fast_reload_thread->fr_output);
7400 out.first = fr->fr_output->first;
7401 out.last = fr->fr_output->last;
7402 fr->fr_output->first = NULL;
7403 fr->fr_output->last = NULL;