Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_frame.c49 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()
Dnghttp2_frame.h36 #define NGHTTP2_STREAM_ID_MASK ((1u << 31) - 1) macro
Dnghttp2_session.c6649 nghttp2_get_uint32(iframe->sbuf.pos) & NGHTTP2_STREAM_ID_MASK); in nghttp2_session_mem_recv()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_frame.c49 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()
Dnghttp2_frame.h36 #define NGHTTP2_STREAM_ID_MASK ((1u << 31) - 1) macro
Dnghttp2_session.c6644 nghttp2_get_uint32(iframe->sbuf.pos) & NGHTTP2_STREAM_ID_MASK); in nghttp2_session_mem_recv()