Lines Matching refs:expired
813 if(!ssl_printf(ssl, "%s.num.expired"SQ"%lu\n", nm,
1853 time_t expired;
1882 if(d->ttl > inf->expired) {
1883 d->ttl = inf->expired;
1906 /* what we do is to set them all expired */
1911 inf.expired = *worker->env.now;
1912 inf.expired -= 3; /* handle 3 seconds skew between threads */
1942 if(d->ttl > inf->expired) {
1943 d->ttl = inf->expired;
1958 if(d->ttl > inf->expired) {
1959 d->ttl = inf->expired;
1960 d->prefetch_ttl = inf->expired;
1961 d->serve_expired_ttl = inf->expired;
1980 if(d->ttl > inf->expired) {
1981 d->ttl = inf->expired;
2001 /* what we do is to set them all expired */
2006 inf.expired = *worker->env.now;
2007 inf.expired -= 3; /* handle 3 seconds skew between threads */
2037 if(d->security == sec_status_bogus && d->ttl > inf->expired) {
2038 d->ttl = inf->expired;
2050 if(d->security == sec_status_bogus && d->ttl > inf->expired) {
2051 d->ttl = inf->expired;
2052 d->prefetch_ttl = inf->expired;
2053 d->serve_expired_ttl = inf->expired;
2070 if(d->isbad && d->ttl > inf->expired) {
2071 d->ttl = inf->expired;
2084 /* what we do is to set them all expired */
2086 inf.expired = *worker->env.now;
2087 inf.expired -= 3; /* handle 3 seconds skew between threads */
2120 d->ttl > inf->expired) {
2121 d->ttl = inf->expired;
2136 d->ttl > inf->expired) {
2137 d->ttl = inf->expired;
2138 d->prefetch_ttl = inf->expired;
2139 d->serve_expired_ttl = inf->expired;
2158 if(d->isbad && d->ttl > inf->expired) {
2159 d->ttl = inf->expired;
2172 /* what we do is to set them all expired */
2174 inf.expired = *worker->env.now;
2175 inf.expired -= 3; /* handle 3 seconds skew between threads */
2786 /* skip expired stuff (only backed off) */
2789 if(!ssl_printf(a->ssl, "%s %s expired rto %d\n", ip_str,
3048 snprintf(buf2, sizeof(buf2), "expired");