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

/freebsd-10.0-release/contrib/unbound/services/cache/
H A Drrset.c332 struct packed_rrset_data* updata = local
344 if(!rrsetdata_equal(updata, cachedata)) {
349 if(updata->security > cachedata->security) {
351 if(updata->trust > cachedata->trust)
352 cachedata->trust = updata->trust;
353 cachedata->security = updata->security;
356 updata->ttl+now < cachedata->ttl ||
358 updata->security == sec_status_bogus) {
359 cachedata->ttl = updata->ttl + now;
361 cachedata->rr_ttl[i] = updata
371 struct packed_rrset_data* updata = local
[all...]

Completed in 57 milliseconds