Searched refs:ngx_send_lowat (Results 1 – 2 of 2) sorted by relevance
585 ngx_int_t ngx_send_lowat(ngx_connection_t *c, size_t lowat);
373 if (ngx_send_lowat(c, lowat) == NGX_ERROR) { in ngx_handle_write_event()971 ngx_send_lowat(ngx_connection_t *c, size_t lowat) in ngx_send_lowat() function