Home
last modified time | relevance | path

Searched refs:worker_handle_request (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/unbound/libunbound/
Dworker.h152 int worker_handle_request(struct comm_point* c, void* arg, int error,
Dlibworker.c946 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-12-stable/contrib/unbound/contrib/
Ddrop-tld.diff5 @@ -1213,6 +1213,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
Dfastrpz.patch207 @@ -1436,6 +1475,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
/freebsd-12-stable/contrib/unbound/smallapp/
Dworker_cb.c60 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-12-stable/contrib/unbound/util/
Dfptr_wlist.c106 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point()
/freebsd-12-stable/contrib/unbound/dnstap/
Dunbound-dnstap-socket.c1393 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-12-stable/contrib/unbound/daemon/
Dworker.c1364 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() function
2175 dtenv, worker_handle_request, worker); in worker_init()
/freebsd-12-stable/contrib/unbound/doc/
DChangelog2789 - Check repinfo in worker_handle_request, if null, drop it.