Searched refs:rc_state (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | remote.h | 67 struct rc_state { struct 69 struct rc_state* next; argument 103 struct rc_state* busy_list; argument 360 struct rc_state* s, int fr_verb, int fr_nopause, int fr_drop_mesh);
|
| H A D | remote.c | 233 struct rc_state* p, *np; in daemon_remote_clear() 475 struct rc_state* n; in remote_accept_callback() 493 n = (struct rc_state*)calloc(1, sizeof(*n)); in remote_accept_callback() 548 state_list_remove_elem(struct rc_state** list, struct comm_point* c) in state_list_remove_elem() 561 clean_point(struct daemon_remote* rc, struct rc_state* s) in clean_point() 773 do_fast_reload(RES* ssl, struct worker* worker, struct rc_state* s, char* arg) in do_fast_reload() 3922 execute_cmd(struct daemon_remote* rc, struct rc_state* s, RES* ssl, char* cmd, in execute_cmd() 4198 handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res) in handle_req() 4261 remote_handshake_later(struct daemon_remote* rc, struct rc_state* s, in remote_handshake_later() 4295 struct rc_state* s = (struct rc_state*)arg; in remote_control_callback() [all …]
|