Home
last modified time | relevance | path

Searched refs:send_lowat (Results 1 – 17 of 17) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_pipe.h84 ssize_t send_lowat; member
H A Dngx_event_pipe.c83 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 Dngx_http_upstream.h157 size_t send_lowat; member
H A Dngx_http_core_module.h354 size_t send_lowat; /* send_lowat */ member
H A Dngx_http_upstream.c2041 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 Dngx_http_request.c2762 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 Dngx_http_core_module.c478 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 Dngx_http_scgi_module.c1217 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 Dngx_http_uwsgi_module.c1430 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 Dngx_http_memcached_module.c618 conf->upstream.send_lowat = 0; in ngx_http_memcached_create_loc_conf()
H A Dngx_http_fastcgi_module.c314 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 Dngx_http_proxy_module.c356 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 Dngx_http_grpc_module.c4201 conf->upstream.send_lowat = 0; in ngx_http_grpc_create_loc_conf()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru8277 *) Исправление: директива send_lowat игнорируется на Linux, так как
8310 *) Исправление: директива send_lowat не работала на Linux.
8441 *) Добавление: директива send_lowat работает не только на платформах,
H A DCHANGES8139 *) 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 Dngx_http_v2.c545 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 Dnginx.vim559 syn keyword ngxDirective contained send_lowat