Searched refs:timeup (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dconnection.c154 apr_time_t now, timeup = 0; local
179 if (timeup == 0) {
189 timeup = now + apr_time_from_sec(SECONDS_TO_LINGER);
192 timeup = now + apr_time_from_sec(MAX_SECS_TO_LINGER);
196 } while (now < timeup);

Completed in 8 milliseconds