Searched refs:msg_cache_lookup (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/unbound/services/cache/ |
| H A D | dns.c | 282 msg_cache_lookup(struct module_env* env, uint8_t* qname, size_t qnamelen, in msg_cache_lookup() function 328 neg = msg_cache_lookup(env, ns->name, ns->namelen, in find_add_addrs() 348 neg = msg_cache_lookup(env, ns->name, ns->namelen, in find_add_addrs() 355 neg = msg_cache_lookup(env, ns->name, ns->namelen, in find_add_addrs() 393 neg = msg_cache_lookup(env, ns->name, ns->namelen, in cache_fill_missing() 414 neg = msg_cache_lookup(env, ns->name, ns->namelen, in cache_fill_missing() 421 neg = msg_cache_lookup(env, ns->name, ns->namelen, in cache_fill_missing() 1067 struct msgreply_entry* e = msg_cache_lookup(env, in dns_cache_store() 1185 msg = msg_cache_lookup(env, qinfo->qname, qinfo->qname_len, in dns_cache_prefetch_adjust()
|
| H A D | dns.h | 267 struct msgreply_entry* msg_cache_lookup(struct module_env* env,
|
| /src/contrib/unbound/validator/ |
| H A D | validator.c | 2493 (e=msg_cache_lookup(qstate->env, qstate->qinfo.qname, in processFinished()
|
| /src/contrib/unbound/iterator/ |
| H A D | iterator.c | 310 if((msg=msg_cache_lookup(qstate->env, in error_response_cache()
|