Searched refs:ngx_http_v2_state_head (Results 1 – 1 of 1) sorted by relevance
70 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() function765 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()