Home
last modified time | relevance | path

Searched refs:rrset_array_lock (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/services/cache/
H A Drrset.h184 int rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow);
H A Drrset.c308 rrset_array_lock(struct rrset_ref* ref, size_t count, time_t timenow) in rrset_array_lock() function
H A Ddns.c662 if(!rrset_array_lock(r->ref, r->rrset_count, now_control)) { in tomsg()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dpythonmod_utils.c93 if(rrset_array_lock(r->ref, r->rrset_count, *qstate->env->now)) { in invalidateQueryInCache()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dcachedump.c185 if(!rrset_array_lock(d->ref, d->rrset_count, now)) { in dump_msg()
H A Dworker.c674 if(!rrset_array_lock(rep->ref, rep->rrset_count, 0)) in answer_from_cache()
685 if(!rrset_array_lock(rep->ref, rep->rrset_count, timenow)) in answer_from_cache()