Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2_filter_module.c1115 b = ngx_create_temp_buf(r->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE); in ngx_http_v2_create_headers_frame()
1163 frame->length += NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_create_headers_frame()
1222 NGX_HTTP_V2_FRAME_HEADER_SIZE in ngx_http_v2_create_push_frame()
1282 frame->length += NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_create_push_frame()
1712 NGX_HTTP_V2_FRAME_HEADER_SIZE); in ngx_http_v2_filter_get_data_frame()
1717 buf->end = buf->start + NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_filter_get_data_frame()
1871 stream->request->header_size += NGX_HTTP_V2_FRAME_HEADER_SIZE in ngx_http_v2_headers_frame_handler()
1925 stream->request->header_size += NGX_HTTP_V2_FRAME_HEADER_SIZE in ngx_http_v2_push_frame_handler()
2019 stream->request->header_size += NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_data_frame_handler()
2037 r->connection->sent += NGX_HTTP_V2_FRAME_HEADER_SIZE + frame->length; in ngx_http_v2_handle_frame()
H A Dngx_http_v2.h30 #define NGX_HTTP_V2_FRAME_HEADER_SIZE 9 macro
H A Dngx_http_v2.c764 if (end - pos < NGX_HTTP_V2_FRAME_HEADER_SIZE) { in ngx_http_v2_state_head()
775 pos += NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_state_head()
1751 if ((size_t) (end - pos) < len + NGX_HTTP_V2_FRAME_HEADER_SIZE) { in ngx_http_v2_handle_continuation()
1776 pos += NGX_HTTP_V2_FRAME_HEADER_SIZE; in ngx_http_v2_handle_continuation()
2746 buf = ngx_create_temp_buf(h2c->pool, NGX_HTTP_V2_FRAME_HEADER_SIZE + len); in ngx_http_v2_send_settings()
2951 if (length > NGX_HTTP_V2_FRAME_BUFFER_SIZE - NGX_HTTP_V2_FRAME_HEADER_SIZE) in ngx_http_v2_get_frame()