send_timeout       86 event/ngx_event_pipe.c                 ngx_add_timer(wev, p->send_timeout);
send_timeout       73 event/ngx_event_pipe.h     ngx_msec_t         send_timeout;
send_timeout      251 http/modules/ngx_http_fastcgi_module.c       offsetof(ngx_http_fastcgi_loc_conf_t, upstream.send_timeout),
send_timeout     1975 http/modules/ngx_http_fastcgi_module.c     conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout     2050 http/modules/ngx_http_fastcgi_module.c     ngx_conf_merge_msec_value(conf->upstream.send_timeout,
send_timeout     2051 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.send_timeout, 60000);
send_timeout       79 http/modules/ngx_http_memcached_module.c       offsetof(ngx_http_memcached_loc_conf_t, upstream.send_timeout),
send_timeout      516 http/modules/ngx_http_memcached_module.c     conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout      550 http/modules/ngx_http_memcached_module.c     ngx_conf_merge_msec_value(conf->upstream.send_timeout,
send_timeout      551 http/modules/ngx_http_memcached_module.c                               prev->upstream.send_timeout, 60000);
send_timeout      225 http/modules/ngx_http_proxy_module.c       offsetof(ngx_http_proxy_loc_conf_t, upstream.send_timeout),
send_timeout     1672 http/modules/ngx_http_proxy_module.c     conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout     1750 http/modules/ngx_http_proxy_module.c     ngx_conf_merge_msec_value(conf->upstream.send_timeout,
send_timeout     1751 http/modules/ngx_http_proxy_module.c                               prev->upstream.send_timeout, 60000);
send_timeout      124 http/modules/ngx_http_scgi_module.c       offsetof(ngx_http_scgi_loc_conf_t, upstream.send_timeout),
send_timeout     1004 http/modules/ngx_http_scgi_module.c     conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout     1076 http/modules/ngx_http_scgi_module.c     ngx_conf_merge_msec_value(conf->upstream.send_timeout,
send_timeout     1077 http/modules/ngx_http_scgi_module.c                               prev->upstream.send_timeout, 60000);
send_timeout      151 http/modules/ngx_http_uwsgi_module.c       offsetof(ngx_http_uwsgi_loc_conf_t, upstream.send_timeout),
send_timeout     1057 http/modules/ngx_http_uwsgi_module.c     conf->upstream.send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout     1129 http/modules/ngx_http_uwsgi_module.c     ngx_conf_merge_msec_value(conf->upstream.send_timeout,
send_timeout     1130 http/modules/ngx_http_uwsgi_module.c                               prev->upstream.send_timeout, 60000);
send_timeout      458 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, send_timeout),
send_timeout     3112 http/ngx_http_core_module.c     clcf->send_timeout = NGX_CONF_UNSET_MSEC;
send_timeout     3323 http/ngx_http_core_module.c     ngx_conf_merge_msec_value(conf->send_timeout, prev->send_timeout, 60000);
send_timeout      346 http/ngx_http_core_module.h     ngx_msec_t    send_timeout;            /* send_timeout */
send_timeout     2179 http/ngx_http_request.c         ngx_add_timer(wev, clcf->send_timeout);
send_timeout     2221 http/ngx_http_request.c             ngx_add_timer(wev, clcf->send_timeout);
send_timeout     2257 http/ngx_http_request.c             ngx_add_timer(wev, clcf->send_timeout);
send_timeout     1361 http/ngx_http_upstream.c         ngx_add_timer(c->write, u->conf->send_timeout);
send_timeout     2294 http/ngx_http_upstream.c     p->send_timeout = clcf->send_timeout;
send_timeout     2448 http/ngx_http_upstream.c         ngx_add_timer(downstream->write, clcf->send_timeout);
send_timeout     2543 http/ngx_http_upstream.c                 ngx_add_timer(wev, p->send_timeout);
send_timeout      122 http/ngx_http_upstream.h     ngx_msec_t                       send_timeout;