Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/unbound/libunbound/
HDworker.h152 int worker_handle_request(struct comm_point* c, void* arg, int error,
HDlibworker.c932 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-13-stable/contrib/unbound/contrib/
HDdrop-tld.diff5 @@ -1213,6 +1213,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
HDfastrpz.patch207 @@ -1436,6 +1475,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
/freebsd-13-stable/contrib/unbound/smallapp/
HDworker_cb.c60 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-13-stable/contrib/unbound/util/
HDfptr_wlist.c107 if(fptr == &worker_handle_request) return 1; in fptr_whitelist_comm_point()
/freebsd-13-stable/contrib/unbound/daemon/
HDworker.c1359 worker_handle_request(struct comm_point* c, void* arg, int error, in worker_handle_request() function
2179 worker_handle_request, worker); in worker_init()
/freebsd-13-stable/contrib/unbound/dnstap/
HDunbound-dnstap-socket.c1606 int worker_handle_request(struct comm_point* ATTR_UNUSED(c), in worker_handle_request() function
/freebsd-13-stable/contrib/unbound/doc/
HDChangelog3520 - Check repinfo in worker_handle_request, if null, drop it.