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

/httpd/server/
H A Dconnection.c63 #ifndef MAX_SECS_TO_LINGER
64 #define MAX_SECS_TO_LINGER 30 macro
96 * MAX_SECS_TO_LINGER has passed. The reasons for doing this are
162 * it, for a maximum time of MAX_SECS_TO_LINGER. If the client
182 * calculate now + 30 seconds (MAX_SECS_TO_LINGER).
192 timeup = now + apr_time_from_sec(MAX_SECS_TO_LINGER);
/httpd/server/mpm/event/
H A Devent.c156 #ifndef MAX_SECS_TO_LINGER
157 #define MAX_SECS_TO_LINGER 30 macro
242 * linger_q uses MAX_SECS_TO_LINGER
3457 apr_time_from_sec(MAX_SECS_TO_LINGER), NULL);

Completed in 231 milliseconds