read_timeout       71 event/ngx_event_pipe.c             ngx_add_timer(rev, p->read_timeout);
read_timeout       72 event/ngx_event_pipe.h     ngx_msec_t         read_timeout;
read_timeout      293 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.read_timeout),
read_timeout     1976 http/modules/ngx_http_fastcgi_module.c     conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC;
read_timeout     2053 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_msec_value(conf->upstream.read_timeout,
read_timeout     2054 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.read_timeout, 60000);
read_timeout       93 http/modules/ngx_http_memcached_module.c       offsetof(ngx_http_memcached_loc_conf_t, upstream.read_timeout),
read_timeout      517 http/modules/ngx_http_memcached_module.c     conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC;
read_timeout      553 http/modules/ngx_http_memcached_module.c     ngx_conf_merge_msec_value(conf->upstream.read_timeout,
read_timeout      554 http/modules/ngx_http_memcached_module.c                               prev->upstream.read_timeout, 60000);
read_timeout      302 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.read_timeout),
read_timeout     1673 http/modules/ngx_http_proxy_module.c     conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC;
read_timeout     1753 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_msec_value(conf->upstream.read_timeout,
read_timeout     1754 http/modules/ngx_http_proxy_module.c                               prev->upstream.read_timeout, 60000);
read_timeout      159 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.read_timeout),
read_timeout     1005 http/modules/ngx_http_scgi_module.c     conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC;
read_timeout     1079 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_msec_value(conf->upstream.read_timeout,
read_timeout     1080 http/modules/ngx_http_scgi_module.c                               prev->upstream.read_timeout, 60000);
read_timeout      186 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.read_timeout),
read_timeout     1058 http/modules/ngx_http_uwsgi_module.c     conf->upstream.read_timeout = NGX_CONF_UNSET_MSEC;
read_timeout     1132 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_msec_value(conf->upstream.read_timeout,
read_timeout     1133 http/modules/ngx_http_uwsgi_module.c                               prev->upstream.read_timeout, 60000);
read_timeout     1386 http/ngx_http_upstream.c     ngx_add_timer(c->read, u->conf->read_timeout);
read_timeout     1515 http/ngx_http_upstream.c             ngx_add_timer(rev, u->read_timeout);
read_timeout     1993 http/ngx_http_upstream.c         ngx_add_timer(rev, u->conf->read_timeout);
read_timeout     2293 http/ngx_http_upstream.c     p->read_timeout = u->conf->read_timeout;
read_timeout     2460 http/ngx_http_upstream.c         ngx_add_timer(upstream->read, u->conf->read_timeout);
read_timeout      123 http/ngx_http_upstream.h     ngx_msec_t                       read_timeout;