Searched refs:nghttp2_put_uint16be (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/nghttp2/lib/ |
D | nghttp2_helper.h | 50 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n);
|
D | nghttp2_helper.c | 32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) { in nghttp2_put_uint16be() function
|
D | nghttp2_frame.c | 505 nghttp2_put_uint16be(buf, (uint16_t)iv[i].settings_id); in nghttp2_frame_pack_settings_payload() 734 nghttp2_put_uint16be(buf->last, (uint16_t)altsvc->origin_len); in nghttp2_frame_pack_altsvc() 809 nghttp2_put_uint16be(buf->last, (uint16_t)orig->origin_len); in nghttp2_frame_pack_origin()
|
/third_party/nghttp2/lib/ |
D | nghttp2_helper.h | 50 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n);
|
D | nghttp2_helper.c | 32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) { in nghttp2_put_uint16be() function
|
D | libnghttp2_shared.map | 216 nghttp2_put_uint16be;
|
D | nghttp2_frame.c | 505 nghttp2_put_uint16be(buf, (uint16_t)iv[i].settings_id); in nghttp2_frame_pack_settings_payload() 734 nghttp2_put_uint16be(buf->last, (uint16_t)altsvc->origin_len); in nghttp2_frame_pack_altsvc() 809 nghttp2_put_uint16be(buf->last, (uint16_t)orig->origin_len); in nghttp2_frame_pack_origin()
|
/third_party/nghttp2/tests/ |
D | nghttp2_frame_test.c | 559 nghttp2_put_uint16be(buf->pos + NGHTTP2_FRAME_HDLEN, in test_nghttp2_frame_pack_origin()
|
D | nghttp2_session_test.c | 2450 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2475 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2496 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2519 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2541 nghttp2_put_uint16be(buf.last, 0); in test_nghttp2_session_recv_altsvc() 2562 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2589 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2612 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc() 2684 nghttp2_put_uint16be(bufs.head->buf.pos + NGHTTP2_FRAME_HDLEN, in test_nghttp2_session_recv_origin()
|