Searched refs:low_time (Results 1 – 2 of 2) sorted by relevance
417 pt->low_time = pt->high_time = time(NULL); in trng_add()422 if (str_sec(str, &(pt->low_time)) < 0) { in trng_add()445 if (pt->low_time > pt->high_time) { in trng_add()494 (arcn->sb.st_mtime < pt->low_time) && in trng_match()495 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()508 (arcn->sb.st_ctime < pt->low_time)) || in trng_match()521 (arcn->sb.st_mtime < pt->low_time)) || in trng_match()
60 time_t low_time; /* lower inclusive time limit */ member