Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c78 static u_char *ngx_http_v2_state_header_block(ngx_http_v2_connection_t *h2c,
1186 return ngx_http_v2_state_header_block(h2c, pos, end); in ngx_http_v2_state_headers()
1194 return ngx_http_v2_state_header_block(h2c, pos, end); in ngx_http_v2_state_headers()
1199 ngx_http_v2_state_header_block(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_header_block() function
1208 ngx_http_v2_state_header_block); in ngx_http_v2_state_header_block()
1215 ngx_http_v2_state_header_block); in ngx_http_v2_state_header_block()
1252 ngx_http_v2_state_header_block); in ngx_http_v2_state_header_block()
1701 h2c->state.handler = ngx_http_v2_state_header_block; in ngx_http_v2_state_header_complete()