Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c88 static u_char *ngx_http_v2_state_process_header(ngx_http_v2_connection_t *h2c,
1274 return ngx_http_v2_state_process_header(h2c, pos, end); in ngx_http_v2_state_header_block()
1420 return ngx_http_v2_state_process_header(h2c, pos, end); in ngx_http_v2_state_field_huff()
1465 return ngx_http_v2_state_process_header(h2c, pos, end); in ngx_http_v2_state_field_raw()
1507 return ngx_http_v2_state_process_header(h2c, pos, end); in ngx_http_v2_state_field_skip()
1528 ngx_http_v2_state_process_header(ngx_http_v2_connection_t *h2c, u_char *pos, in ngx_http_v2_state_process_header() function