Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/unbound/libunbound/
H A Dworker.h146 int worker_handle_request(struct comm_point* c, void* arg, int error,
H A Dlibworker.c930 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-12.1/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 @@ -1435,6 +1474,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
/freebsd-12.1/contrib/unbound/smallapp/
H A Dworker_cb.c57 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-12.1/contrib/unbound/util/
H A Dfptr_wlist.c100 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point()
/freebsd-12.1/contrib/unbound/daemon/
H A Dworker.c1086 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() function
1801 dtenv, worker_handle_request, worker); in worker_init()
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog456 - Check repinfo in worker_handle_request, if null, drop it.