Home
last modified time | relevance | path

Searched refs:NGX_TCP_NOPUSH_UNSET (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h116 NGX_TCP_NOPUSH_UNSET = 0, enumerator
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_sendfile_chain.c136 && c->tcp_nopush == NGX_TCP_NOPUSH_UNSET) in ngx_freebsd_sendfile_chain()
H A Dngx_linux_sendfile_chain.c94 if (c->tcp_nopush == NGX_TCP_NOPUSH_UNSET in ngx_linux_sendfile_chain()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c2056 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_upstream_send_request()
2077 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_upstream_send_request()
H A Dngx_http_request.c3185 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_set_keepalive()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c555 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_v2_send_output_queue()