tcp_nodelay       517 core/ngx_connection.c             int tcp_nodelay = 1;
tcp_nodelay       520 core/ngx_connection.c                        (const void *) &tcp_nodelay, sizeof(int))
tcp_nodelay       160 core/ngx_connection.h     unsigned            tcp_nodelay:2;   /* ngx_connection_tcp_nodelay_e */
tcp_nodelay       186 event/ngx_event_accept.c             c->tcp_nodelay = NGX_TCP_NODELAY_DISABLED;
tcp_nodelay        88 event/ngx_event_connect.c         c->tcp_nodelay = NGX_TCP_NODELAY_DISABLED;
tcp_nodelay       451 http/ngx_http_core_module.c       offsetof(ngx_http_core_loc_conf_t, tcp_nodelay),
tcp_nodelay      3111 http/ngx_http_core_module.c     clcf->tcp_nodelay = NGX_CONF_UNSET;
tcp_nodelay      3321 http/ngx_http_core_module.c     ngx_conf_merge_value(conf->tcp_nodelay, prev->tcp_nodelay, 1);
tcp_nodelay       370 http/ngx_http_core_module.h     ngx_flag_t    tcp_nodelay;             /* tcp_nodelay */
tcp_nodelay      2382 http/ngx_http_request.c     int                        tcp_nodelay;
tcp_nodelay      2559 http/ngx_http_request.c         tcp_nodelay = ngx_tcp_nodelay_and_tcp_nopush ? 1 : 0;
tcp_nodelay      2562 http/ngx_http_request.c         tcp_nodelay = 1;
tcp_nodelay      2565 http/ngx_http_request.c     if (tcp_nodelay
tcp_nodelay      2566 http/ngx_http_request.c         && clcf->tcp_nodelay
tcp_nodelay      2567 http/ngx_http_request.c         && c->tcp_nodelay == NGX_TCP_NODELAY_UNSET)
tcp_nodelay      2572 http/ngx_http_request.c                        (const void *) &tcp_nodelay, sizeof(int))
tcp_nodelay      2588 http/ngx_http_request.c         c->tcp_nodelay = NGX_TCP_NODELAY_SET;
tcp_nodelay      2004 http/ngx_http_upstream.c     int                        tcp_nodelay;
tcp_nodelay      2067 http/ngx_http_upstream.c         if (clcf->tcp_nodelay && c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) {
tcp_nodelay      2070 http/ngx_http_upstream.c             tcp_nodelay = 1;
tcp_nodelay      2073 http/ngx_http_upstream.c                                (const void *) &tcp_nodelay, sizeof(int)) == -1)
tcp_nodelay      2081 http/ngx_http_upstream.c             c->tcp_nodelay = NGX_TCP_NODELAY_SET;
tcp_nodelay        39 os/unix/ngx_linux_sendfile_chain.c     int            rc, tcp_nodelay;
tcp_nodelay       156 os/unix/ngx_linux_sendfile_chain.c             if (c->tcp_nodelay == NGX_TCP_NODELAY_SET) {
tcp_nodelay       158 os/unix/ngx_linux_sendfile_chain.c                 tcp_nodelay = 0;
tcp_nodelay       161 os/unix/ngx_linux_sendfile_chain.c                                (const void *) &tcp_nodelay, sizeof(int)) == -1)
tcp_nodelay       179 os/unix/ngx_linux_sendfile_chain.c                     c->tcp_nodelay = NGX_TCP_NODELAY_UNSET;
tcp_nodelay       186 os/unix/ngx_linux_sendfile_chain.c             if (c->tcp_nodelay == NGX_TCP_NODELAY_UNSET) {