Searched refs:ngx_http_v2_state_header_complete (Results 1 – 1 of 1) sorted by relevance
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2.c | 90 static u_char *ngx_http_v2_state_header_complete(ngx_http_v2_connection_t *h2c, 1282 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_header_block() 1589 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_process_header() 1615 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_process_header() 1637 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_process_header() 1684 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_process_header() 1690 return ngx_http_v2_state_header_complete(h2c, pos, end); in ngx_http_v2_state_process_header() 1695 ngx_http_v2_state_header_complete(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_header_complete() function 1707 ngx_http_v2_state_header_complete); in ngx_http_v2_state_header_complete()
|