Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c70 static u_char *ngx_http_v2_state_head(ngx_http_v2_connection_t *h2c,
754 return ngx_http_v2_state_head(h2c, pos + sizeof(preface) - 1, end); in ngx_http_v2_state_preface_end()
759 ngx_http_v2_state_head(ngx_http_v2_connection_t *h2c, u_char *pos, u_char *end) in ngx_http_v2_state_head() function
765 return ngx_http_v2_state_save(h2c, pos, end, ngx_http_v2_state_head); in ngx_http_v2_state_head()
2402 h2c->state.handler = ngx_http_v2_state_head; in ngx_http_v2_state_complete()