Searched refs:recv_window (Results 1 – 3 of 3) sorted by relevance
267 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 …]
131 size_t recv_window; member192 size_t recv_window; member
62 size_t recv_window; member85 size_t recv_window; member1937 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 …]