Searched refs:NGX_HTTP_V2_STATE_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
19 #define NGX_HTTP_V2_STATE_BUFFER_SIZE 16 macro96 u_char buffer[NGX_HTTP_V2_STATE_BUFFER_SIZE];
513 if (*sp <= 2 * NGX_HTTP_V2_STATE_BUFFER_SIZE) { in ngx_http_v2_recv_buffer_size()
381 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()