Searched refs:rrset_array_unlock (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/unbound/services/cache/ |
| H A D | rrset.h | 192 void rrset_array_unlock(struct rrset_ref* ref, size_t count);
|
| H A D | rrset.c | 325 rrset_array_unlock(ref, i+1); in rrset_array_lock() 333 rrset_array_unlock(struct rrset_ref* ref, size_t count) in rrset_array_unlock() function
|
| H A D | dns.c | 650 rrset_array_unlock(r->ref, r->rrset_count); in tomsg() 655 rrset_array_unlock(r->ref, r->rrset_count); in tomsg() 662 rrset_array_unlock(r->ref, r->rrset_count); in tomsg() 670 rrset_array_unlock(r->ref, r->rrset_count); in tomsg()
|
| /src/contrib/unbound/pythonmod/ |
| H A D | pythonmod_utils.c | 104 rrset_array_unlock(r->ref, r->rrset_count); in invalidateQueryInCache()
|
| /src/contrib/unbound/daemon/ |
| H A D | cachedump.c | 353 rrset_array_unlock(d->ref, d->rrset_count); in dump_msg()
|
| H A D | remote.c | 1807 rrset_array_unlock(d->ref, d->rrset_count); in cache_lookup_subnet_addrnode() 1834 rrset_array_unlock(d->ref, d->rrset_count); in cache_lookup_subnet_addrnode() 1985 rrset_array_unlock(d->ref, d->rrset_count); in cache_lookup_msg() 1992 rrset_array_unlock(d->ref, d->rrset_count); in cache_lookup_msg()
|