Searched refs:rrset_array_lock (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/unbound/services/cache/ |
| H A D | rrset.h | 184 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
|
| H A D | rrset.c | 314 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock() function
|
| H A D | dns.c | 643 if(!rrset_array_lock(r->ref, r->rrset_count, now_control)) { in tomsg()
|
| /src/contrib/unbound/pythonmod/ |
| H A D | pythonmod_utils.c | 93 if(rrset_array_lock(r->ref, r->rrset_count, *qstate->env->now)) { in invalidateQueryInCache()
|
| /src/contrib/unbound/daemon/ |
| H A D | cachedump.c | 327 if(!rrset_array_lock(d->ref, d->rrset_count, now)) { in dump_msg()
|
| H A D | worker.c | 765 if(!rrset_array_lock(rep->ref, rep->rrset_count, 0)) in answer_from_cache() 776 if(!rrset_array_lock(rep->ref, rep->rrset_count, timenow)) in answer_from_cache()
|
| H A D | remote.c | 1799 if(!rrset_array_lock(d->ref, d->rrset_count, in cache_lookup_subnet_addrnode() 1962 if(!rrset_array_lock(d->ref, d->rrset_count, in cache_lookup_msg()
|