Symbol: TTL_IS_EXPIRED
sbin/unwind/libunbound/services/cache/dns.c
1126
if(TTL_IS_EXPIRED(cached->ttl, *env->now)
sbin/unwind/libunbound/services/cache/dns.c
640
if(TTL_IS_EXPIRED(r->ttl, now)) {
sbin/unwind/libunbound/services/cache/dns.c
749
if(TTL_IS_EXPIRED(d->ttl, now))
sbin/unwind/libunbound/services/cache/dns.c
785
if(TTL_IS_EXPIRED(d->ttl, now)) {
sbin/unwind/libunbound/services/cache/rrset.c
136
if( TTL_IS_EXPIRED(newd->ttl, timenow) && !TTL_IS_EXPIRED(cached->ttl, timenow))
sbin/unwind/libunbound/services/cache/rrset.c
151
if(equal && !TTL_IS_EXPIRED(cached->ttl, timenow) &&
sbin/unwind/libunbound/services/cache/rrset.c
159
&& !TTL_IS_EXPIRED(cached->ttl, timenow) &&
sbin/unwind/libunbound/services/cache/rrset.c
171
if( TTL_IS_EXPIRED(cached->ttl, timenow) )
sbin/unwind/libunbound/services/cache/rrset.c
356
if(TTL_IS_EXPIRED(data->ttl, timenow)) {
sbin/unwind/libunbound/services/cache/rrset.c
384
TTL_IS_EXPIRED(d->ttl, timenow)) {
sbin/unwind/libunbound/services/cache/rrset.c
575
if(TTL_IS_EXPIRED(data->ttl, now)) {
sbin/unwind/libunbound/services/mesh.c
354
if(TTL_IS_EXPIRED(data->ttl, timenow)) *is_expired = 1;
sbin/unwind/libunbound/util/data/msgencode.c
503
} else if(TTL_IS_EXPIRED(data->rr_ttl[j], adjust)) {
sbin/unwind/libunbound/util/data/msgencode.c
548
} else if(TTL_IS_EXPIRED(data->rr_ttl[i], adjust)) {
sbin/unwind/libunbound/util/data/msgreply.c
181
log_assert(TTL_IS_EXPIRED(rep->ttl, timenow));
sbin/unwind/libunbound/util/data/msgreply.c
183
if(SERVE_EXPIRED_TTL && TTL_IS_EXPIRED(rep->serve_expired_ttl, timenow)) return 0;
sbin/unwind/libunbound/util/data/msgreply.c
194
log_assert(TTL_IS_EXPIRED(rep->ttl, timenow));
sbin/unwind/libunbound/util/data/msgreply.c
196
if(SERVE_EXPIRED_TTL && TTL_IS_EXPIRED(rep->serve_expired_ttl, timenow)
sbin/unwind/libunbound/util/data/packed_rrset.c
371
if(TTL_IS_EXPIRED(d->rr_ttl[i], now_control)) {
sbin/unwind/libunbound/util/data/packed_rrset.c
375
if(TTL_IS_EXPIRED(d->ttl, now_control)) {
usr.sbin/unbound/cachedb/cachedb.c
460
if(TTL_IS_EXPIRED((time_t)expiry, *qstate->env->now) &&
usr.sbin/unbound/cachedb/cachedb.c
609
if(TTL_IS_EXPIRED((time_t)expiry, *qstate->env->now)) {
usr.sbin/unbound/daemon/worker.c
1994
TTL_IS_EXPIRED(rep->ttl, *worker->env.now) &&
usr.sbin/unbound/daemon/worker.c
1997
TTL_IS_EXPIRED(rep->ttl, *worker->env.now)
usr.sbin/unbound/daemon/worker.c
787
if(TTL_IS_EXPIRED(rep->ttl, timenow)) {
usr.sbin/unbound/edns-subnet/subnetmod.c
519
if(!data->ttl_servfail || TTL_IS_EXPIRED(data->ttl_servfail, *env->now))
usr.sbin/unbound/services/cache/dns.c
1126
if(TTL_IS_EXPIRED(cached->ttl, *env->now)
usr.sbin/unbound/services/cache/dns.c
640
if(TTL_IS_EXPIRED(r->ttl, now)) {
usr.sbin/unbound/services/cache/dns.c
749
if(TTL_IS_EXPIRED(d->ttl, now))
usr.sbin/unbound/services/cache/dns.c
785
if(TTL_IS_EXPIRED(d->ttl, now)) {
usr.sbin/unbound/services/cache/rrset.c
136
if( TTL_IS_EXPIRED(newd->ttl, timenow) && !TTL_IS_EXPIRED(cached->ttl, timenow))
usr.sbin/unbound/services/cache/rrset.c
151
if(equal && !TTL_IS_EXPIRED(cached->ttl, timenow) &&
usr.sbin/unbound/services/cache/rrset.c
159
&& !TTL_IS_EXPIRED(cached->ttl, timenow) &&
usr.sbin/unbound/services/cache/rrset.c
171
if( TTL_IS_EXPIRED(cached->ttl, timenow) )
usr.sbin/unbound/services/cache/rrset.c
356
if(TTL_IS_EXPIRED(data->ttl, timenow)) {
usr.sbin/unbound/services/cache/rrset.c
384
TTL_IS_EXPIRED(d->ttl, timenow)) {
usr.sbin/unbound/services/cache/rrset.c
575
if(TTL_IS_EXPIRED(data->ttl, now)) {
usr.sbin/unbound/services/mesh.c
354
if(TTL_IS_EXPIRED(data->ttl, timenow)) *is_expired = 1;
usr.sbin/unbound/util/data/msgencode.c
503
} else if(TTL_IS_EXPIRED(data->rr_ttl[j], adjust)) {
usr.sbin/unbound/util/data/msgencode.c
548
} else if(TTL_IS_EXPIRED(data->rr_ttl[i], adjust)) {
usr.sbin/unbound/util/data/msgreply.c
181
log_assert(TTL_IS_EXPIRED(rep->ttl, timenow));
usr.sbin/unbound/util/data/msgreply.c
183
if(SERVE_EXPIRED_TTL && TTL_IS_EXPIRED(rep->serve_expired_ttl, timenow)) return 0;
usr.sbin/unbound/util/data/msgreply.c
194
log_assert(TTL_IS_EXPIRED(rep->ttl, timenow));
usr.sbin/unbound/util/data/msgreply.c
196
if(SERVE_EXPIRED_TTL && TTL_IS_EXPIRED(rep->serve_expired_ttl, timenow)
usr.sbin/unbound/util/data/packed_rrset.c
371
if(TTL_IS_EXPIRED(d->rr_ttl[i], now_control)) {
usr.sbin/unbound/util/data/packed_rrset.c
375
if(TTL_IS_EXPIRED(d->ttl, now_control)) {