Lines Matching refs:refresh_time
88 time_t refresh_time; /* time till the query is refreshed */ member
386 if ( q->refresh_time ) in query2url()
388 "%lu", (unsigned long)q->refresh_time ); in query2url()
616 time_t refresh_time; in url2query() local
748 refresh_time = (time_t)l; in url2query()
763 refresh_time = 0; in url2query()
813 cq->refresh_time = refresh_time; in url2query()
1599 new_cached_query->refresh_time = ttr; in add_query()
3069 if ( answerable->refresh_time ) in pcache_op_search()
3561 if ( query->refresh_time && query->refresh_time < op->o_time ) { in consistency_check()
3641 if ( query->refresh_time && query->refresh_time < op->o_time ) { in consistency_check()
3649 query->refresh_time = op->o_time + templ->ttr; in consistency_check()