Lines Matching defs:stream_id
41 nghttp2_put_uint32be(&buf[5], (uint32_t)hd->stream_id);
49 hd->stream_id = nghttp2_get_uint32(&buf[5]) & NGHTTP2_STREAM_ID_MASK;
54 uint8_t flags, int32_t stream_id) {
58 hd->stream_id = stream_id;
63 int32_t stream_id, nghttp2_headers_category cat,
66 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_HEADERS, flags, stream_id);
83 void nghttp2_frame_priority_init(nghttp2_priority *frame, int32_t stream_id,
86 NGHTTP2_FLAG_NONE, stream_id);
92 void nghttp2_frame_rst_stream_init(nghttp2_rst_stream *frame, int32_t stream_id,
95 stream_id);
114 int32_t stream_id,
117 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_PUSH_PROMISE, flags, stream_id);
159 uint8_t flags, int32_t stream_id,
161 nghttp2_frame_hd_init(&frame->hd, 4, NGHTTP2_WINDOW_UPDATE, flags, stream_id);
182 int32_t stream_id) {
184 nghttp2_frame_hd_init(&frame->hd, 0, NGHTTP2_DATA, flags, stream_id);
191 uint8_t flags, int32_t stream_id,
193 nghttp2_frame_hd_init(&frame->hd, 0, type, flags, stream_id);
199 void nghttp2_frame_altsvc_init(nghttp2_extension *frame, int32_t stream_id,
205 NGHTTP2_ALTSVC, NGHTTP2_FLAG_NONE, stream_id);
257 int32_t stream_id, uint8_t *field_value,
265 priority_update->stream_id = stream_id;
401 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id);
910 nghttp2_put_uint32be(buf->last, (uint32_t)priority_update->stream_id);
928 priority_update->stream_id =