Searched refs:nghttp2_put_uint32be (Results 1 – 8 of 8) sorted by relevance
/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() 401 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id); in nghttp2_frame_pack_priority_spec() 470 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream() 506 nghttp2_put_uint32be(buf + 2, iv[i].value); in nghttp2_frame_pack_settings_payload() 581 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise() 631 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id); in nghttp2_frame_pack_goaway() 634 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway() 705 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment); in nghttp2_frame_pack_window_update() 910 nghttp2_put_uint32be(buf->last, (uint32_t)priority_update->stream_id); in nghttp2_frame_pack_priority_update() [all …]
|
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 | 217 nghttp2_put_uint32be;
|
/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() 401 nghttp2_put_uint32be(buf, (uint32_t)pri_spec->stream_id); in nghttp2_frame_pack_priority_spec() 470 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_rst_stream() 506 nghttp2_put_uint32be(buf + 2, iv[i].value); in nghttp2_frame_pack_settings_payload() 581 nghttp2_put_uint32be(buf->pos, (uint32_t)frame->promised_stream_id); in nghttp2_frame_pack_push_promise() 631 nghttp2_put_uint32be(buf->last, (uint32_t)frame->last_stream_id); in nghttp2_frame_pack_goaway() 634 nghttp2_put_uint32be(buf->last, frame->error_code); in nghttp2_frame_pack_goaway() 705 nghttp2_put_uint32be(buf->last, (uint32_t)frame->window_size_increment); in nghttp2_frame_pack_window_update() 910 nghttp2_put_uint32be(buf->last, (uint32_t)priority_update->stream_id); in nghttp2_frame_pack_priority_update() [all …]
|
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/tests/ |
D | nghttp2_session_test.c | 763 nghttp2_put_uint32be( in test_nghttp2_session_recv() 1284 nghttp2_put_uint32be(data, (uint32_t)((1 << 8) + data[3])); in test_nghttp2_session_recv_continuation() 1344 nghttp2_put_uint32be(data, (uint32_t)((3 << 8) + data[3])); in test_nghttp2_session_recv_continuation() 1512 nghttp2_put_uint32be(buf->pos, (uint32_t)((4 << 8) + buf->pos[3])); in test_nghttp2_session_recv_headers_with_priority() 1612 nghttp2_put_uint32be(buf->last, 3); in test_nghttp2_session_recv_headers_with_padding() 1648 nghttp2_put_uint32be(buf->last, 2); in test_nghttp2_session_recv_headers_with_padding() 2015 nghttp2_put_uint32be(buf->pos, ((payloadlen - 1) << 8) + buf->pos[3]); in test_nghttp2_session_recv_premature_headers() 2047 nghttp2_put_uint32be(buf->pos, ((payloadlen - 1) << 8) + buf->pos[3]); in test_nghttp2_session_recv_premature_headers()
|