Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c92 static u_char *ngx_http_v2_handle_continuation(ngx_http_v2_connection_t *h2c,
1214 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_header_block()
1310 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_field_len()
1435 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_field_huff()
1480 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_field_raw()
1522 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_field_skip()
1706 return ngx_http_v2_handle_continuation(h2c, pos, end, in ngx_http_v2_state_header_complete()
1732 ngx_http_v2_handle_continuation(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_handle_continuation() function