Home
last modified time | relevance | path

Searched refs:nghttp2_put_uint32be (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c39 nghttp2_put_uint32be(&buf[0], (uint32_t)(hd->length << 8)); in nghttp2_frame_pack_frame_hd()
42 nghttp2_put_uint32be(&buf[5], (uint32_t)hd->stream_id); in nghttp2_frame_pack_frame_hd()
386 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id); in nghttp2_frame_pack_priority_spec()
463 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream()
504 nghttp2_put_uint32be(buf + 2, iv[i].value); in nghttp2_frame_pack_settings_payload()
582 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise()
639 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id); in nghttp2_frame_pack_goaway()
642 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway()
719 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment); in nghttp2_frame_pack_window_update()
1013 nghttp2_put_uint32be(buf->pos, (uint32_t)((newlen << 8) + buf->pos[3])); in frame_set_pad()
A Dnghttp2_helper.h56 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n);
A Dnghttp2_helper.c38 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n) in nghttp2_put_uint32be() function

Completed in 6 milliseconds