Searched refs:connect_timeout (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_memcached_module.c | 81 offsetof(ngx_http_memcached_loc_conf_t, upstream.connect_timeout), 607 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf() 651 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_memcached_merge_loc_conf() 652 prev->upstream.connect_timeout, 60000); in ngx_http_memcached_merge_loc_conf()
|
| H A D | ngx_http_scgi_module.c | 157 offsetof(ngx_http_scgi_loc_conf_t, upstream.connect_timeout), 1212 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf() 1312 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_scgi_merge_loc_conf() 1313 prev->upstream.connect_timeout, 60000); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 218 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.connect_timeout), 1425 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf() 1533 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_uwsgi_merge_loc_conf() 1534 prev->upstream.connect_timeout, 60000); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 300 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.connect_timeout), 2733 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf() 2838 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_fastcgi_merge_loc_conf() 2839 prev->upstream.connect_timeout, 60000); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 265 offsetof(ngx_http_grpc_loc_conf_t, upstream.connect_timeout), 4177 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf() 4237 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_grpc_merge_loc_conf() 4238 prev->upstream.connect_timeout, 60000); in ngx_http_grpc_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 342 offsetof(ngx_http_proxy_loc_conf_t, upstream.connect_timeout), 2865 conf->upstream.connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf() 2991 ngx_conf_merge_msec_value(conf->upstream.connect_timeout, in ngx_http_proxy_merge_loc_conf() 2992 prev->upstream.connect_timeout, 60000); in ngx_http_proxy_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_proxy_module.c | 23 ngx_msec_t connect_timeout; member 158 offsetof(ngx_stream_proxy_srv_conf_t, connect_timeout), 767 ngx_add_timer(pc->write, pscf->connect_timeout); in ngx_stream_proxy_connect() 1068 ngx_add_timer(pc->write, pscf->connect_timeout); in ngx_stream_proxy_ssl_init_connection() 1980 conf->connect_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_proxy_create_srv_conf() 2017 ngx_conf_merge_msec_value(conf->connect_timeout, in ngx_stream_proxy_merge_srv_conf() 2018 prev->connect_timeout, 60000); in ngx_stream_proxy_merge_srv_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 152 ngx_msec_t connect_timeout; member
|
| H A D | ngx_http_upstream.c | 1639 ngx_add_timer(c->write, u->conf->connect_timeout); in ngx_http_upstream_connect() 1717 ngx_add_timer(c->write, u->conf->connect_timeout); in ngx_http_upstream_ssl_init_connection()
|