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 | 877 rrset_cache_remove(super->env->rrset_cache, dk->rk.dname, in dns64_adjust_a()
|
/freebsd/contrib/unbound/daemon/ |
H A D | remote.c | 1763 rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c, 0); 1765 rrset_cache_remove(worker->env.rrset_cache, nm, nmlen, t, c,
|
/freebsd/contrib/unbound/validator/ |
H A D | autotrust.c | 2413 rrset_cache_remove(env->rrset_cache, qinfo.qname, qinfo.qname_len, in todo_probe()
|