| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_pipe.h | 84 ssize_t send_lowat; member
|
| H A D | ngx_event_pipe.c | 83 if (ngx_handle_write_event(wev, p->send_lowat) != NGX_OK) { in ngx_event_pipe()
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_upstream.h | 157 size_t send_lowat; member
|
| H A D | ngx_http_core_module.h | 354 size_t send_lowat; /* send_lowat */ member
|
| H A D | ngx_http_upstream.c | 2041 if (ngx_handle_write_event(c->write, u->conf->send_lowat) != NGX_OK) { in ngx_http_upstream_send_request() 3228 p->send_lowat = clcf->send_lowat; in ngx_http_upstream_send_response() 3463 if (ngx_handle_write_event(upstream->write, u->conf->send_lowat) in ngx_http_upstream_process_upgraded() 3489 if (ngx_handle_write_event(downstream->write, clcf->send_lowat) in ngx_http_upstream_process_upgraded() 3656 if (ngx_handle_write_event(downstream->write, clcf->send_lowat) in ngx_http_upstream_process_non_buffered_request() 3870 if (ngx_handle_write_event(wev, p->send_lowat) != NGX_OK) { in ngx_http_upstream_process_downstream()
|
| H A D | ngx_http_request.c | 2762 if (ngx_handle_write_event(wev, clcf->send_lowat) != NGX_OK) { in ngx_http_set_write_handler() 2804 if (ngx_handle_write_event(wev, clcf->send_lowat) != NGX_OK) { in ngx_http_writer() 2828 if (ngx_handle_write_event(wev, clcf->send_lowat) != NGX_OK) { in ngx_http_writer()
|
| H A D | ngx_http_core_module.c | 478 offsetof(ngx_http_core_loc_conf_t, send_lowat), 3437 clcf->send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_core_create_loc_conf() 3666 ngx_conf_merge_size_value(conf->send_lowat, prev->send_lowat, 0); in ngx_http_core_merge_loc_conf()
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_scgi_module.c | 1217 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_scgi_create_loc_conf() 1324 ngx_conf_merge_size_value(conf->upstream.send_lowat, in ngx_http_scgi_merge_loc_conf() 1325 prev->upstream.send_lowat, 0); in ngx_http_scgi_merge_loc_conf()
|
| H A D | ngx_http_uwsgi_module.c | 1430 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_uwsgi_create_loc_conf() 1545 ngx_conf_merge_size_value(conf->upstream.send_lowat, in ngx_http_uwsgi_merge_loc_conf() 1546 prev->upstream.send_lowat, 0); in ngx_http_uwsgi_merge_loc_conf()
|
| H A D | ngx_http_memcached_module.c | 618 conf->upstream.send_lowat = 0; in ngx_http_memcached_create_loc_conf()
|
| H A D | ngx_http_fastcgi_module.c | 314 offsetof(ngx_http_fastcgi_loc_conf_t, upstream.send_lowat), 2738 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_fastcgi_create_loc_conf() 2850 ngx_conf_merge_size_value(conf->upstream.send_lowat, in ngx_http_fastcgi_merge_loc_conf() 2851 prev->upstream.send_lowat, 0); in ngx_http_fastcgi_merge_loc_conf()
|
| H A D | ngx_http_proxy_module.c | 356 offsetof(ngx_http_proxy_loc_conf_t, upstream.send_lowat), 2870 conf->upstream.send_lowat = NGX_CONF_UNSET_SIZE; in ngx_http_proxy_create_loc_conf() 3003 ngx_conf_merge_size_value(conf->upstream.send_lowat, in ngx_http_proxy_merge_loc_conf() 3004 prev->upstream.send_lowat, 0); in ngx_http_proxy_merge_loc_conf()
|
| H A D | ngx_http_grpc_module.c | 4201 conf->upstream.send_lowat = 0; in ngx_http_grpc_create_loc_conf()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 8277 *) Исправление: директива send_lowat игнорируется на Linux, так как 8310 *) Исправление: директива send_lowat не работала на Linux. 8441 *) Добавление: директива send_lowat работает не только на платформах,
|
| H A D | CHANGES | 8139 *) Bugfix: the send_lowat directive is ignored on Linux because Linux 8173 *) Bugfix: the send_lowat directive did not work on Linux. 8301 *) Feature: the send_lowat directive is working not only on OSes that
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 545 if (ngx_handle_write_event(wev, clcf->send_lowat) != NGX_OK) { in ngx_http_v2_send_output_queue()
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 559 syn keyword ngxDirective contained send_lowat
|