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

/httpd/modules/filters/
H A Dmod_reqtimeout.c57 int new_timeout; member in struct:__anon173
196 if (ccfg->new_timeout > 0) {
199 ccfg->timeout_at = now + apr_time_from_sec(ccfg->new_timeout);
200 ccfg->new_timeout = 0;
374 ccfg->new_timeout = cfg->header_timeout;
380 ccfg->new_timeout = MRT_DEFAULT_HEADER_TIMEOUT;
408 ccfg->new_timeout = cfg->body_timeout;
414 ccfg->new_timeout = MRT_DEFAULT_BODY_TIMEOUT;
441 if (ccfg->new_timeout != UNSET) {
442 ccfg->new_timeout
[all...]

Completed in 11 milliseconds