Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/v2/
H A Dngx_http_v2.h334 #define ngx_http_v2_parse_sid(p) (ngx_http_v2_parse_uint32(p) & 0x7fffffff) macro
H A Dngx_http_v2.c773 h2c->state.sid = ngx_http_v2_parse_sid(&pos[5]); in ngx_http_v2_state_head()
1768 if (h2c->state.sid != ngx_http_v2_parse_sid(&p[5])) { in ngx_http_v2_handle_continuation()
2203 last_sid = ngx_http_v2_parse_sid(pos); in ngx_http_v2_state_goaway()