Home
last modified time | relevance | path

Searched refs:tcp_nopush (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/src/os/unix/
H A Dngx_socket.c55 int tcp_nopush; in ngx_tcp_nopush() local
57 tcp_nopush = 1; in ngx_tcp_nopush()
60 (const void *) &tcp_nopush, sizeof(int)); in ngx_tcp_nopush()
67 int tcp_nopush; in ngx_tcp_push() local
69 tcp_nopush = 0; in ngx_tcp_push()
72 (const void *) &tcp_nopush, sizeof(int)); in ngx_tcp_push()
H A Dngx_freebsd_sendfile_chain.c136 && c->tcp_nopush == NGX_TCP_NOPUSH_UNSET) in ngx_freebsd_sendfile_chain()
154 c->tcp_nopush = NGX_TCP_NOPUSH_SET; 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()
149 c->tcp_nopush = NGX_TCP_NOPUSH_SET; in ngx_linux_sendfile_chain()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.h189 unsigned tcp_nopush:2; /* ngx_connection_tcp_nopush_e */ member
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_connect.c181 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
H A Dngx_event_accept.c220 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED;
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_core_module.h388 ngx_flag_t tcp_nopush; /* tcp_nopush */ member
H A Dngx_http_core_module.c457 offsetof(ngx_http_core_loc_conf_t, tcp_nopush),
1288 if (!clcf->tcp_nopush) { in ngx_http_update_location_config()
1290 r->connection->tcp_nopush = NGX_TCP_NOPUSH_DISABLED; in ngx_http_update_location_config()
3434 clcf->tcp_nopush = NGX_CONF_UNSET; in ngx_http_core_create_loc_conf()
3662 ngx_conf_merge_value(conf->tcp_nopush, prev->tcp_nopush, 0); in ngx_http_core_merge_loc_conf()
H A Dngx_http_upstream.c1572 if (r->connection->tcp_nopush == NGX_TCP_NOPUSH_DISABLED) { in ngx_http_upstream_connect()
1573 c->tcp_nopush = NGX_TCP_NOPUSH_DISABLED; in ngx_http_upstream_connect()
2047 if (c->write->ready && c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_upstream_send_request()
2056 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_upstream_send_request()
2068 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { 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.c3178 if (c->tcp_nopush == NGX_TCP_NOPUSH_SET) { in ngx_http_set_keepalive()
3185 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_set_keepalive()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru226 *) Исправление: директива tcp_nopush всегда использовалась для
8285 *) Изменение: под FreeBSD директивы tcp_nopush и tcp_nodelay вместе
H A DCHANGES219 *) Bugfix: the "tcp_nopush" directive was always used on backend
8147 *) Change: both tcp_nopush and tcp_nodelay directives affect the
/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()
555 c->tcp_nopush = NGX_TCP_NOPUSH_UNSET; in ngx_http_v2_send_output_queue()
/f-stack/app/nginx-1.16.1/contrib/vim/syntax/
H A Dnginx.vim624 syn keyword ngxDirective contained tcp_nopush