Searched refs:ngx_http_v2_state_skip (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 | 116 static u_char *ngx_http_v2_state_skip(ngx_http_v2_connection_t *h2c, 786 return ngx_http_v2_state_skip(h2c, pos, end); in ngx_http_v2_state_head() 1050 return ngx_http_v2_state_skip(h2c, pos, end); in ngx_http_v2_state_headers() 2160 return ngx_http_v2_state_skip(h2c, pos, end); in ngx_http_v2_state_ping() 2213 return ngx_http_v2_state_skip(h2c, pos, end); in ngx_http_v2_state_goaway() 2415 return ngx_http_v2_state_skip(h2c, pos, end); in ngx_http_v2_state_skip_padded() 2420 ngx_http_v2_state_skip(ngx_http_v2_connection_t *h2c, u_char *pos, u_char *end) in ngx_http_v2_state_skip() function 2431 return ngx_http_v2_state_save(h2c, end, end, ngx_http_v2_state_skip); in ngx_http_v2_state_skip()
|