Searched refs:rrset_cache_remove (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | rrset.h | 274 void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen,
|
H A D | rrset.c | 487 rrset_cache_remove(r, *qname, *qnamelen, searchtype, qclass, 0); in rrset_cache_remove_above() 530 void rrset_cache_remove(struct rrset_cache* r, uint8_t* nm, size_t nmlen, in rrset_cache_remove() function
|
/freebsd/contrib/unbound/dns64/ |
H A D | dns64.c | 876 rrset_cache_remove(super->env->rrset_cache, dk->rk.dname, in dns64_adjust_a()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 1675 rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c, 0); in do_cache_remove() 1677 rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c, in do_cache_remove()
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.c | 2396 rrset_cache_remove(env->rrset_cache, qinfo.qname, qinfo.qname_len, in probe_anchor()
|