Home
last modified time | relevance | path

Searched refs:msg_cache_lookup (Results 1 – 4 of 4) sorted by relevance

/src/contrib/unbound/services/cache/
H A Ddns.c282 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 Ddns.h267 struct msgreply_entry* msg_cache_lookup(struct module_env* env,
/src/contrib/unbound/validator/
H A Dvalidator.c2493 (e=msg_cache_lookup(qstate->env, qstate->qinfo.qname, in processFinished()
/src/contrib/unbound/iterator/
H A Diterator.c310 if((msg=msg_cache_lookup(qstate->env, in error_response_cache()