Home
last modified time | relevance | path

Searched refs:answer_from_cache (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dworker.c732 answer_from_cache(struct worker* worker, struct query_info* qinfo, in answer_from_cache() function
1919 if(answer_from_cache(worker, &qinfo, cinfo, &need_drop, in worker_handle_request()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch183 @@ -711,6 +733,23 @@ answer_from_cache(struct worker* worker, struct query_info* qinfo,
227 - if(answer_from_cache(worker, &qinfo,
228 + ret = answer_from_cache(worker, &qinfo,
/freebsd/contrib/unbound/doc/
H A DChangelog4241 - Move goto label in answer_from_cache to the end of the function
6066 - Fix #1201: Fix missing unlock in answer_from_cache error condition.