Searched defs:tnow (Results 1 - 3 of 3) sorted by relevance

/httpd/server/mpm/simple/
H A Dsimple_run.c151 apr_time_t tnow = apr_time_now(); local
160 if (tnow < head->expires) {
161 timeout = (head->expires - tnow);
176 tnow = apr_time_now();
198 if (ep->expires < tnow) {
/httpd/server/mpm/motorz/
H A Dmotorz.c980 apr_time_t tnow = apr_time_now(); local
988 if (tnow < te->expires) {
989 timeout = (te->expires - tnow);
1002 tnow = apr_time_now();
1015 while (te && te->expires < tnow) {
/httpd/support/
H A Dab.c710 apr_time_t tnow; local
714 tnow = lasttime = apr_time_now();
721 c->connect = tnow;
728 else if (tnow > c->connect + aprtimeout) {

Completed in 1373 milliseconds