Lines Matching refs:nghttp2_put_uint32be
38 nghttp2_put_uint32be(&buf[0], (uint32_t)(hd->length << 8));
41 nghttp2_put_uint32be(&buf[5], (uint32_t)hd->stream_id);
401 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id);
470 nghttp2_put_uint32be(buf->last, frame->error_code);
506 nghttp2_put_uint32be(buf + 2, iv[i].value);
581 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id);
631 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id);
634 nghttp2_put_uint32be(buf->last, frame->error_code);
705 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment);
910 nghttp2_put_uint32be(buf->last, (uint32_t)priority_update->stream_id);
1158 nghttp2_put_uint32be(buf->pos, (uint32_t)((newlen << 8) + buf->pos[3]));