lingering_time    537 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, lingering_time),
lingering_time   3120 http/ngx_http_core_module.c     clcf->lingering_time = NGX_CONF_UNSET_MSEC;
lingering_time   3336 http/ngx_http_core_module.c     ngx_conf_merge_msec_value(conf->lingering_time,
lingering_time   3337 http/ngx_http_core_module.c                               prev->lingering_time, 30000);
lingering_time    348 http/ngx_http_core_module.h     ngx_msec_t    lingering_time;          /* lingering_time */
lingering_time   2130 http/ngx_http_request.c             if (r->lingering_time == 0) {
lingering_time   2131 http/ngx_http_request.c                 r->lingering_time = ngx_time()
lingering_time   2132 http/ngx_http_request.c                                       + (time_t) (clcf->lingering_time / 1000);
lingering_time   2400 http/ngx_http_request.c         r->lingering_time = ngx_time() + (time_t) (clcf->lingering_time / 1000);
lingering_time   2727 http/ngx_http_request.c     r->lingering_time = ngx_time() + (time_t) (clcf->lingering_time / 1000);
lingering_time   2780 http/ngx_http_request.c     timer = (ngx_msec_t) (r->lingering_time - ngx_time());
lingering_time    375 http/ngx_http_request.h     time_t                            lingering_time;
lingering_time    509 http/ngx_http_request_body.c     if (r->lingering_time) {
lingering_time    510 http/ngx_http_request_body.c         timer = (ngx_msec_t) (r->lingering_time - ngx_time());