Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h321 #define ngx_http_v2_parse_uint16(p) ntohs(*(uint16_t *) (p)) macro
326 #define ngx_http_v2_parse_uint16(p) ((p)[0] << 8 | (p)[1]) macro
H A Dngx_http_v2.c2034 id = ngx_http_v2_parse_uint16(pos); in ngx_http_v2_state_settings_params()