Searched refs:ngx_http_v2_send_rst_stream (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 142 static ngx_int_t ngx_http_v2_send_rst_stream(ngx_http_v2_connection_t *h2c, 1190 if (ngx_http_v2_send_rst_stream(h2c, h2c->state.sid, status) != NGX_OK) { in ngx_http_v2_state_headers() 1857 if (ngx_http_v2_send_rst_stream(h2c, h2c->state.sid, in ngx_http_v2_state_priority() 2274 if (ngx_http_v2_send_rst_stream(h2c, h2c->state.sid, in ngx_http_v2_state_window_update() 2711 if (ngx_http_v2_send_rst_stream(h2c, h2c->last_push, in ngx_http_v2_push_stream() 2842 ngx_http_v2_send_rst_stream(ngx_http_v2_connection_t *h2c, ngx_uint_t sid, in ngx_http_v2_send_rst_stream() function 4275 if (ngx_http_v2_send_rst_stream(h2c, stream->node->id, status) in ngx_http_v2_terminate_stream() 4323 if (ngx_http_v2_send_rst_stream(h2c, node->id, in ngx_http_v2_close_stream() 4333 if (ngx_http_v2_send_rst_stream(h2c, node->id, NGX_HTTP_V2_NO_ERROR) in ngx_http_v2_close_stream()
|