keepalive_header 3118 http/ngx_http_core_module.c     clcf->keepalive_header = NGX_CONF_UNSET;
keepalive_header 3332 http/ngx_http_core_module.c     ngx_conf_merge_sec_value(conf->keepalive_header,
keepalive_header 3333 http/ngx_http_core_module.c                               prev->keepalive_header, 0);
keepalive_header 4330 http/ngx_http_core_module.c     clcf->keepalive_header = ngx_parse_time(&value[2], 1);
keepalive_header 4332 http/ngx_http_core_module.c     if (clcf->keepalive_header == NGX_ERROR) {
keepalive_header 4336 http/ngx_http_core_module.c     if (clcf->keepalive_header == NGX_PARSE_LARGE_TIME) {
keepalive_header  354 http/ngx_http_core_module.h     time_t        keepalive_header;        /* keepalive_timeout */
keepalive_header  396 http/ngx_http_header_filter_module.c         if (clcf->keepalive_header) {
keepalive_header  558 http/ngx_http_header_filter_module.c         if (clcf->keepalive_header) {
keepalive_header  560 http/ngx_http_header_filter_module.c                                   clcf->keepalive_header);
keepalive_header 1475 http/ngx_http_variables.c         if (clcf->keepalive_header) {
keepalive_header 1482 http/ngx_http_variables.c             v->len = ngx_sprintf(p, "timeout=%T", clcf->keepalive_header) - p;