Searched refs:updata (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/unbound/services/cache/
H A Drrset.c333 struct packed_rrset_data* updata = local
345 if(!rrsetdata_equal(updata, cachedata)) {
350 if(updata->security > cachedata->security) {
352 if(updata->trust > cachedata->trust)
353 cachedata->trust = updata->trust;
354 cachedata->security = updata->security;
357 updata->ttl+now < cachedata->ttl ||
359 updata->security == sec_status_bogus) {
360 cachedata->ttl = updata->ttl + now;
362 cachedata->rr_ttl[i] = updata
372 struct packed_rrset_data* updata = local
[all...]

Completed in 41 milliseconds