Searched refs:lookup_qinfo (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | mesh.h | 681 struct query_info* lookup_qinfo, int* is_expired);
|
H A D | mesh.c | 314 struct query_info* lookup_qinfo, int* is_expired) in mesh_serve_expired_lookup() argument 326 h = query_info_hash(lookup_qinfo, qstate->query_flags); in mesh_serve_expired_lookup() 327 e = slabhash_lookup(qstate->env->msg_cache, h, lookup_qinfo, 0); in mesh_serve_expired_lookup() 2175 struct query_info* lookup_qinfo = &qstate->qinfo; in mesh_serve_expired_callback() local 2199 lookup_qinfo, &is_expired); in mesh_serve_expired_callback() 2243 lookup_qinfo = &qinfo_tmp; in mesh_serve_expired_callback()
|
/freebsd/contrib/unbound/util/ |
H A D | module.h | 329 struct module_qstate* qstate, struct query_info* lookup_qinfo,
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 1383 struct query_info* lookup_qinfo = &qinfo; in worker_handle_request() local 1833 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); in worker_handle_request() 1834 if((e=slabhash_lookup(worker->env.msg_cache, h, lookup_qinfo, 0))) { in worker_handle_request() 1857 reply_and_prefetch(worker, lookup_qinfo, in worker_handle_request() 1893 lookup_qinfo = &qinfo_tmp; in worker_handle_request()
|
/freebsd/contrib/unbound/contrib/ |
H A D | fastrpz.patch | 224 h = query_info_hash(lookup_qinfo, sldns_buffer_read_u16_at(c->buffer, 2)); 225 if((e=slabhash_lookup(worker->env.msg_cache, h, lookup_qinfo, 0))) {
|