Searched refs:rc_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/daemon/
H A Dremote.h65 struct rc_state { struct
67 struct rc_state* next;
101 struct rc_state* busy_list;
H A Dremote.c233 struct rc_state* p, *np;
448 struct rc_state* n;
466 n = (struct rc_state*)calloc(1, sizeof(*n));
521 state_list_remove_elem(struct rc_state** list, struct comm_point* c)
534 clean_point(struct daemon_remote* rc, struct rc_state* s)
3140 handle_req(struct daemon_remote* rc, struct rc_state* s, RES* res)
3202 remote_handshake_later(struct daemon_remote* rc, struct rc_state* s,
3236 struct rc_state* s = (struct rc_state*)arg;

Completed in 62 milliseconds