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.h158 int worker_handle_request(struct comm_point* c, void* arg, int error,
H A Dlibworker.c948 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.c61 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd/contrib/unbound/util/
H A Dfptr_wlist.c108 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point()
/freebsd/contrib/unbound/daemon/
H A Dworker.c1474 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() function
2349 cfg, worker_handle_request, worker); in worker_init()
/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c1617 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd/contrib/unbound/doc/
H A DChangelog966 - Fix add comment to worker_handle_request function that explain it.
5143 - Check repinfo in worker_handle_request, if null, drop it.