Home
last modified time | relevance | path

Searched refs:connect_timeout (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c81 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 Dngx_http_scgi_module.c157 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 Dngx_http_uwsgi_module.c218 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 Dngx_http_fastcgi_module.c300 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 Dngx_http_grpc_module.c265 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 Dngx_http_proxy_module.c342 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 Dngx_stream_proxy_module.c23 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 Dngx_http_upstream.h152 ngx_msec_t connect_timeout; member
H A Dngx_http_upstream.c1639 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()