Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.c125 static ngx_int_t ngx_http_v2_parse_int(ngx_http_v2_connection_t *h2c,
1247 value = ngx_http_v2_parse_int(h2c, &pos, end, prefix); in ngx_http_v2_state_header_block()
1327 len = ngx_http_v2_parse_int(h2c, &pos, end, ngx_http_v2_prefix(7)); in ngx_http_v2_state_field_len()
2510 ngx_http_v2_parse_int(ngx_http_v2_connection_t *h2c, u_char **pos, u_char *end, in ngx_http_v2_parse_int() function