Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h322 #define ngx_http_v2_parse_uint32(p) ntohl(*(uint32_t *) (p)) macro
327 #define ngx_http_v2_parse_uint32(p) \ macro
334 #define ngx_http_v2_parse_sid(p) (ngx_http_v2_parse_uint32(p) & 0x7fffffff)
335 #define ngx_http_v2_parse_window(p) (ngx_http_v2_parse_uint32(p) & 0x7fffffff)
H A Dngx_http_v2.c768 head = ngx_http_v2_parse_uint32(pos); in ngx_http_v2_state_head()
1081 dependency = ngx_http_v2_parse_uint32(pos); in ngx_http_v2_state_headers()
1757 head = ngx_http_v2_parse_uint32(p); in ngx_http_v2_handle_continuation()
1820 dependency = ngx_http_v2_parse_uint32(pos); in ngx_http_v2_state_priority()
1917 status = ngx_http_v2_parse_uint32(pos); in ngx_http_v2_state_rst_stream()
2035 value = ngx_http_v2_parse_uint32(&pos[2]); in ngx_http_v2_state_settings_params()
2204 error = ngx_http_v2_parse_uint32(&pos[4]); in ngx_http_v2_state_goaway()