Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c267 h2c->recv_window = NGX_HTTP_V2_MAX_WINDOW; in ngx_http_v2_init()
835 if (size > h2c->recv_window) { in ngx_http_v2_state_data()
844 h2c->recv_window -= size; in ngx_http_v2_state_data()
870 if (size > stream->recv_window) { in ngx_http_v2_state_data()
887 stream->recv_window -= size; in ngx_http_v2_state_data()
3948 stream->recv_window += size; in ngx_http_v2_read_request_body()
4187 if (stream->recv_window) { in ngx_http_v2_read_unbuffered_request_body()
4229 if (window <= stream->recv_window) { in ngx_http_v2_read_unbuffered_request_body()
4230 if (window < stream->recv_window) { in ngx_http_v2_read_unbuffered_request_body()
4253 if (stream->recv_window == 0) { in ngx_http_v2_read_unbuffered_request_body()
[all …]
H A Dngx_http_v2.h131 size_t recv_window; member
192 size_t recv_window; member
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c62 size_t recv_window; member
85 size_t recv_window; member
1937 if (ctx->rest > ctx->recv_window) { in ngx_http_grpc_filter()
1953 ctx->recv_window -= ctx->rest; in ngx_http_grpc_filter()
1954 ctx->connection->recv_window -= ctx->rest; in ngx_http_grpc_filter()
3877 ctx->connection->recv_window, ctx->recv_window); in ngx_http_grpc_send_window_update()
3902 ctx->connection->recv_window = NGX_HTTP_V2_MAX_WINDOW; in ngx_http_grpc_send_window_update()
3922 n = NGX_HTTP_V2_MAX_WINDOW - ctx->recv_window; in ngx_http_grpc_send_window_update()
3923 ctx->recv_window = NGX_HTTP_V2_MAX_WINDOW; in ngx_http_grpc_send_window_update()
4031 ctx->recv_window = NGX_HTTP_V2_MAX_WINDOW; in ngx_http_grpc_get_connection_data()
[all …]