Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h21 #define NGX_HTTP_V2_DEFAULT_FRAME_SIZE (1 << 14) macro
H A Dngx_http_v2.c271 h2c->frame_size = NGX_HTTP_V2_DEFAULT_FRAME_SIZE; in ngx_http_v2_init()
2059 || value < NGX_HTTP_V2_DEFAULT_FRAME_SIZE) in ngx_http_v2_state_settings_params()
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_grpc_module.c720 * (len / NGX_HTTP_V2_DEFAULT_FRAME_SIZE); in ngx_http_grpc_create_request()
964 if (len > NGX_HTTP_V2_DEFAULT_FRAME_SIZE) { in ngx_http_grpc_create_request()
965 len = NGX_HTTP_V2_DEFAULT_FRAME_SIZE; in ngx_http_grpc_create_request()
983 p += sizeof(ngx_http_grpc_frame_t) + NGX_HTTP_V2_DEFAULT_FRAME_SIZE; in ngx_http_grpc_create_request()
989 if (len > NGX_HTTP_V2_DEFAULT_FRAME_SIZE) { in ngx_http_grpc_create_request()
990 len = NGX_HTTP_V2_DEFAULT_FRAME_SIZE; in ngx_http_grpc_create_request()
1266 file_pos += ngx_min(NGX_HTTP_V2_DEFAULT_FRAME_SIZE, limit); in ngx_http_grpc_body_output_filter()
1278 pos += ngx_min(NGX_HTTP_V2_DEFAULT_FRAME_SIZE, limit); in ngx_http_grpc_body_output_filter()
2346 if (ctx->rest > NGX_HTTP_V2_DEFAULT_FRAME_SIZE) { in ngx_http_grpc_parse_frame()