Home
last modified time | relevance | path

Searched refs:ngx_http_v2_send_output_queue (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h297 ngx_int_t ngx_http_v2_send_output_queue(ngx_http_v2_connection_t *h2c);
H A Dngx_http_v2.c367 if (ngx_http_v2_send_output_queue(h2c) == NGX_ERROR) { in ngx_http_v2_read_handler()
429 if (h2c->last_out && ngx_http_v2_send_output_queue(h2c) == NGX_ERROR) { in ngx_http_v2_read_handler()
480 rc = ngx_http_v2_send_output_queue(h2c); in ngx_http_v2_write_handler()
498 ngx_http_v2_send_output_queue(ngx_http_v2_connection_t *h2c) in ngx_http_v2_send_output_queue() function
634 rc = ngx_http_v2_send_output_queue(h2c); in ngx_http_v2_handle_connection()
3942 if (ngx_http_v2_send_output_queue(h2c) == NGX_ERROR) { in ngx_http_v2_read_request_body()
4248 if (ngx_http_v2_send_output_queue(h2c) == NGX_ERROR) { in ngx_http_v2_read_unbuffered_request_body()
4484 if (h2c->last_out && ngx_http_v2_send_output_queue(h2c) == NGX_ERROR) { in ngx_http_v2_handle_connection_handler()
4574 (void) ngx_http_v2_send_output_queue(h2c); in ngx_http_v2_finalize_connection()
H A Dngx_http_v2_filter_module.c1808 if (ngx_http_v2_send_output_queue(stream->connection) == NGX_ERROR) { in ngx_http_v2_filter_send()