Lines Matching defs:current
605 apr_time_t current, deviation;
833 * to the current time.
835 current = apr_time_now();
836 if (realclean || d->htime < current - deviation
837 || d->htime > current + deviation) {
846 * specified positive or negative offset to the current time.
851 current = apr_time_now();
875 else if (expires < current) {
918 if (realclean || d->htime < current - deviation
919 || d->htime > current + deviation) {
926 current = apr_time_now();
927 if (realclean || d->dtime < current - deviation
928 || d->dtime > current + deviation) {
1378 apr_time_t current, repeat, delay, previous;
1791 current = apr_time_now();
1792 if (current < now) {
1795 else if (current - now >= repeat) {
1799 delay = now + repeat - current;