Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c114 static u_char *ngx_http_v2_state_skip_padded(ngx_http_v2_connection_t *h2c,
865 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_data()
884 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_data()
917 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_data()
940 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_read_data()
947 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_read_data()
1001 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_read_data()
1724 return ngx_http_v2_state_skip_padded(h2c, pos, end); in ngx_http_v2_state_header_complete()
2409 ngx_http_v2_state_skip_padded(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_skip_padded() function