keepalive_timeout 1423 http/ngx_http_core_module.c         if (clcf->keepalive_timeout == 0) {
keepalive_timeout 3117 http/ngx_http_core_module.c     clcf->keepalive_timeout = NGX_CONF_UNSET_MSEC;
keepalive_timeout 3330 http/ngx_http_core_module.c     ngx_conf_merge_msec_value(conf->keepalive_timeout,
keepalive_timeout 3331 http/ngx_http_core_module.c                               prev->keepalive_timeout, 75000);
keepalive_timeout 4310 http/ngx_http_core_module.c     if (clcf->keepalive_timeout != NGX_CONF_UNSET_MSEC) {
keepalive_timeout 4316 http/ngx_http_core_module.c     clcf->keepalive_timeout = ngx_parse_time(&value[1], 0);
keepalive_timeout 4318 http/ngx_http_core_module.c     if (clcf->keepalive_timeout == (ngx_msec_t) NGX_ERROR) {
keepalive_timeout 4322 http/ngx_http_core_module.c     if (clcf->keepalive_timeout == (ngx_msec_t) NGX_PARSE_LARGE_TIME) {
keepalive_timeout  347 http/ngx_http_core_module.h     ngx_msec_t    keepalive_timeout;       /* keepalive_timeout */
keepalive_timeout 2144 http/ngx_http_request.c          && clcf->keepalive_timeout > 0)
keepalive_timeout 2454 http/ngx_http_request.c     ngx_add_timer(rev, clcf->keepalive_timeout);