Searched refs:NGHTTP2_STREAM_ID_MASK (Results 1 – 6 of 6) sorted by relevance
49 hd->stream_id = nghttp2_get_uint32(&buf[5]) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_frame_hd()414 dep_stream_id = nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_priority_spec()592 nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_push_promise_payload()654 frame->last_stream_id = nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_goaway_payload()929 nghttp2_get_uint32(payload) & NGHTTP2_STREAM_ID_MASK; in nghttp2_frame_unpack_priority_update_payload()
36 #define NGHTTP2_STREAM_ID_MASK ((1u << 31) - 1) macro
6649 nghttp2_get_uint32(iframe->sbuf.pos) & NGHTTP2_STREAM_ID_MASK); in nghttp2_session_mem_recv()
6644 nghttp2_get_uint32(iframe->sbuf.pos) & NGHTTP2_STREAM_ID_MASK); in nghttp2_session_mem_recv()