Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_memcached_module.c74 offsetof(ngx_http_memcached_loc_conf_t, upstream.socket_keepalive),
605 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_memcached_create_loc_conf()
645 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_memcached_merge_loc_conf()
646 prev->upstream.socket_keepalive, 0); in ngx_http_memcached_merge_loc_conf()
H A Dngx_http_scgi_module.c150 offsetof(ngx_http_scgi_loc_conf_t, upstream.socket_keepalive),
1210 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_scgi_create_loc_conf()
1309 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_scgi_merge_loc_conf()
1310 prev->upstream.socket_keepalive, 0); in ngx_http_scgi_merge_loc_conf()
H A Dngx_http_uwsgi_module.c211 offsetof(ngx_http_uwsgi_loc_conf_t, upstream.socket_keepalive),
1423 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_uwsgi_create_loc_conf()
1530 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_uwsgi_merge_loc_conf()
1531 prev->upstream.socket_keepalive, 0); in ngx_http_uwsgi_merge_loc_conf()
H A Dngx_http_fastcgi_module.c293 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.socket_keepalive),
2731 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_fastcgi_create_loc_conf()
2835 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_fastcgi_merge_loc_conf()
2836 prev->upstream.socket_keepalive, 0); in ngx_http_fastcgi_merge_loc_conf()
H A Dngx_http_grpc_module.c258 offsetof(ngx_http_grpc_loc_conf_t, upstream.socket_keepalive),
4175 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_grpc_create_loc_conf()
4231 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_grpc_merge_loc_conf()
4232 prev->upstream.socket_keepalive, 0); in ngx_http_grpc_merge_loc_conf()
H A Dngx_http_proxy_module.c335 offsetof(ngx_http_proxy_loc_conf_t, upstream.socket_keepalive),
2863 conf->upstream.socket_keepalive = NGX_CONF_UNSET; in ngx_http_proxy_create_loc_conf()
2988 ngx_conf_merge_value(conf->upstream.socket_keepalive, in ngx_http_proxy_merge_loc_conf()
2989 prev->upstream.socket_keepalive, 0); in ngx_http_proxy_merge_loc_conf()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_proxy_module.c35 ngx_flag_t socket_keepalive; member
151 offsetof(ngx_stream_proxy_srv_conf_t, socket_keepalive),
422 if (pscf->socket_keepalive) { in ngx_stream_proxy_handler()
1992 conf->socket_keepalive = NGX_CONF_UNSET; in ngx_stream_proxy_create_srv_conf()
2050 ngx_conf_merge_value(conf->socket_keepalive, in ngx_stream_proxy_merge_srv_conf()
2051 prev->socket_keepalive, 0); in ngx_stream_proxy_merge_srv_conf()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.h192 ngx_flag_t socket_keepalive; member
H A Dngx_http_upstream.c635 if (u->conf->socket_keepalive) { in ngx_http_upstream_init_request()