Searched refs:answer_from_cache (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/daemon/ |
H A D | worker.c | 642 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 D | fastrpz.patch | 183 @@ -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 D | Changelog | 2978 - 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.
|