Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c642 answer_from_cache(struct worker* worker, struct query_info* qinfo, in answer_from_cache() function
1839 if(answer_from_cache(worker, &qinfo, cinfo, &need_drop, in worker_handle_request()
/netbsd-src/external/bsd/unbound/dist/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,
/netbsd-src/external/bsd/unbound/dist/doc/
H A DChangelog2978 - Move goto label in answer_from_cache to the end of the function
4803 - Fix #1201: Fix missing unlock in answer_from_cache error condition.