Searched refs:ngx_tcp_nodelay (Results 1 – 8 of 8) sorted by relevance
225 ngx_int_t ngx_tcp_nodelay(ngx_connection_t *c);
1494 ngx_tcp_nodelay(ngx_connection_t *c) function
338 && ngx_tcp_nodelay(c) != NGX_OK) in ngx_stream_core_content_phase()
370 if (cscf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_stream_ssl_init_connection()
789 && ngx_tcp_nodelay(pc) != NGX_OK) in ngx_stream_proxy_init_upstream()
1703 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()
736 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()
562 if (tcp_nodelay && clcf->tcp_nodelay && ngx_tcp_nodelay(c) != NGX_OK) { in ngx_http_v2_send_output_queue()