Searched refs:nghttp2_put_uint32be (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_frame.c | 38 nghttp2_put_uint32be(&buf[0], (uint32_t)(hd->length << 8)); in nghttp2_frame_pack_frame_hd() 41 nghttp2_put_uint32be(&buf[5], (uint32_t)hd->stream_id); in nghttp2_frame_pack_frame_hd() 376 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id); in nghttp2_frame_pack_priority_spec() 449 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream() 487 nghttp2_put_uint32be(buf + 2, iv[i].value); in nghttp2_frame_pack_settings_payload() 562 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise() 615 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id); in nghttp2_frame_pack_goaway() 618 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway() 691 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment); in nghttp2_frame_pack_window_update() 1094 nghttp2_put_uint32be(buf->pos, (uint32_t)((newlen << 8) + buf->pos[3])); in frame_set_pad()
|
D | nghttp2_helper.h | 56 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n);
|
D | nghttp2_helper.c | 37 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n) { in nghttp2_put_uint32be() function
|
/third_party/nghttp2/lib/ |
D | nghttp2_frame.c | 38 nghttp2_put_uint32be(&buf[0], (uint32_t)(hd->length << 8)); in nghttp2_frame_pack_frame_hd() 41 nghttp2_put_uint32be(&buf[5], (uint32_t)hd->stream_id); in nghttp2_frame_pack_frame_hd() 376 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id); in nghttp2_frame_pack_priority_spec() 449 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream() 487 nghttp2_put_uint32be(buf + 2, iv[i].value); in nghttp2_frame_pack_settings_payload() 562 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise() 615 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id); in nghttp2_frame_pack_goaway() 618 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway() 691 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment); in nghttp2_frame_pack_window_update() 1094 nghttp2_put_uint32be(buf->pos, (uint32_t)((newlen << 8) + buf->pos[3])); in frame_set_pad()
|
D | nghttp2_helper.h | 56 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n);
|
D | nghttp2_helper.c | 37 void nghttp2_put_uint32be(uint8_t *buf, uint32_t n) { in nghttp2_put_uint32be() function
|
D | libnghttp2_shared.map | 214 nghttp2_put_uint32be;
|
/third_party/nghttp2/tests/ |
D | nghttp2_session_test.c | 758 nghttp2_put_uint32be( in test_nghttp2_session_recv() 1279 nghttp2_put_uint32be(data, (uint32_t)((1 << 8) + data[3])); in test_nghttp2_session_recv_continuation() 1339 nghttp2_put_uint32be(data, (uint32_t)((3 << 8) + data[3])); in test_nghttp2_session_recv_continuation() 1508 nghttp2_put_uint32be(buf->pos, (uint32_t)((4 << 8) + buf->pos[3])); in test_nghttp2_session_recv_headers_with_priority() 1608 nghttp2_put_uint32be(buf->last, 3); in test_nghttp2_session_recv_headers_with_padding() 1644 nghttp2_put_uint32be(buf->last, 2); in test_nghttp2_session_recv_headers_with_padding() 1910 nghttp2_put_uint32be(buf->pos, ((payloadlen - 1) << 8) + buf->pos[3]); in test_nghttp2_session_recv_premature_headers() 1942 nghttp2_put_uint32be(buf->pos, ((payloadlen - 1) << 8) + buf->pos[3]); in test_nghttp2_session_recv_premature_headers()
|