Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h117 NGX_TCP_NOPUSH_SET, enumerator
/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_freebsd_sendfile_chain.c154 c->tcp_nopush = NGX_TCP_NOPUSH_SET; in ngx_freebsd_sendfile_chain()
H A Dngx_linux_sendfile_chain.c149 c->tcp_nopush = NGX_TCP_NOPUSH_SET; in ngx_linux_sendfile_chain()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_upstream.c2047 if (c->write->ready && c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_upstream_send_request()
2068 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_upstream_send_request()
H A Dngx_http_request.c3178 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_set_keepalive()
/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c549 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_v2_send_output_queue()