Home
last modified time | relevance | path

Searched refs:ngx_tcp_nodelay (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h225 ngx_int_t ngx_tcp_nodelay(ngx_connection_t *c);
H A Dngx_connection.c1494 ngx_tcp_nodelay(ngx_connection_t *c) function
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_core_module.c338 && ngx_tcp_nodelay(c) != NGX_OK) in ngx_stream_core_content_phase()
H A Dngx_stream_ssl_module.c370 if (cscf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_stream_ssl_init_connection()
H A Dngx_stream_proxy_module.c789 && ngx_tcp_nodelay(pc) != NGX_OK) in ngx_stream_proxy_init_upstream()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c1703 if (clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_upstream_ssl_init_connection()
2156 if (clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_upstream_send_request_body()
2988 if (clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_upstream_send_response()
3274 if (ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_upstream_upgrade()
3279 if (ngx_tcp_nodelay(u->peer.connection) != NGX_OK) { in ngx_http_upstream_upgrade()
H A Dngx_http_request.c736 if (clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_ssl_handshake()
3192 if (tcp_nodelay && clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_set_keepalive()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c562 if (tcp_nodelay && clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_v2_send_output_queue()