Home
last modified time | relevance | path

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

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