Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h19 #define NGX_HTTP_V2_STATE_BUFFER_SIZE 16 macro
96 u_char buffer[NGX_HTTP_V2_STATE_BUFFER_SIZE];
H A Dngx_http_v2_module.c513 if (*sp <= 2 * NGX_HTTP_V2_STATE_BUFFER_SIZE) { in ngx_http_v2_recv_buffer_size()
H A Dngx_http_v2.c381 available = h2mcf->recv_buffer_size - 2 * NGX_HTTP_V2_STATE_BUFFER_SIZE; in ngx_http_v2_read_handler()
386 ngx_memcpy(p, h2c->state.buffer, NGX_HTTP_V2_STATE_BUFFER_SIZE); in ngx_http_v2_read_handler()
2453 if (size > NGX_HTTP_V2_STATE_BUFFER_SIZE) { in ngx_http_v2_state_save()
2460 ngx_memcpy(h2c->state.buffer, pos, NGX_HTTP_V2_STATE_BUFFER_SIZE); in ngx_http_v2_state_save()