Home
last modified time | relevance | path

Searched refs:next_upstream_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.c123 offsetof(ngx_http_memcached_loc_conf_t, upstream.next_upstream_timeout),
610 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_memcached_create_loc_conf()
660 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_memcached_merge_loc_conf()
661 prev->upstream.next_upstream_timeout, 0); in ngx_http_memcached_merge_loc_conf()
H A Dngx_http_scgi_module.c378 offsetof(ngx_http_scgi_loc_conf_t, upstream.next_upstream_timeout),
1215 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_scgi_create_loc_conf()
1321 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_scgi_merge_loc_conf()
1322 prev->upstream.next_upstream_timeout, 0); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c439 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.next_upstream_timeout),
1428 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_uwsgi_create_loc_conf()
1542 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_uwsgi_merge_loc_conf()
1543 prev->upstream.next_upstream_timeout, 0); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c528 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.next_upstream_timeout),
2736 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_fastcgi_create_loc_conf()
2847 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_fastcgi_merge_loc_conf()
2848 prev->upstream.next_upstream_timeout, 0); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c314 offsetof(ngx_http_grpc_loc_conf_t, upstream.next_upstream_timeout),
4180 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_grpc_create_loc_conf()
4246 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_grpc_merge_loc_conf()
4247 prev->upstream.next_upstream_timeout, 0); in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c612 offsetof(ngx_http_proxy_loc_conf_t, upstream.next_upstream_timeout),
2868 conf->upstream.next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_http_proxy_create_loc_conf()
3000 ngx_conf_merge_msec_value(conf->upstream.next_upstream_timeout, in ngx_http_proxy_merge_loc_conf()
3001 prev->upstream.next_upstream_timeout, 0); in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c25 ngx_msec_t next_upstream_timeout; member
235 offsetof(ngx_stream_proxy_srv_conf_t, next_upstream_timeout),
1821 timeout = pscf->next_upstream_timeout; in ngx_stream_proxy_next_upstream()
1982 conf->next_upstream_timeout = NGX_CONF_UNSET_MSEC; in ngx_stream_proxy_create_srv_conf()
2023 ngx_conf_merge_msec_value(conf->next_upstream_timeout, in ngx_stream_proxy_merge_srv_conf()
2024 prev->next_upstream_timeout, 0); in ngx_stream_proxy_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h155 ngx_msec_t next_upstream_timeout; member
H A Dngx_http_upstream.c2458 timeout = u->conf->next_upstream_timeout; in ngx_http_upstream_test_next()
4214 timeout = u->conf->next_upstream_timeout; in ngx_http_upstream_next()