Home
last modified time | relevance | path

Searched refs:nghttp2_put_uint16be (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_helper.h50 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n);
Dnghttp2_helper.c32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) { in nghttp2_put_uint16be() function
Dnghttp2_frame.c486 nghttp2_put_uint16be(buf, (uint16_t)iv[i].settings_id); in nghttp2_frame_pack_settings_payload()
722 nghttp2_put_uint16be(buf->last, (uint16_t)altsvc->origin_len); in nghttp2_frame_pack_altsvc()
799 nghttp2_put_uint16be(buf->last, (uint16_t)orig->origin_len); in nghttp2_frame_pack_origin()
/third_party/nghttp2/lib/
Dnghttp2_helper.h50 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n);
Dnghttp2_helper.c32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) { in nghttp2_put_uint16be() function
Dlibnghttp2_shared.map213 nghttp2_put_uint16be;
Dnghttp2_frame.c486 nghttp2_put_uint16be(buf, (uint16_t)iv[i].settings_id); in nghttp2_frame_pack_settings_payload()
722 nghttp2_put_uint16be(buf->last, (uint16_t)altsvc->origin_len); in nghttp2_frame_pack_altsvc()
799 nghttp2_put_uint16be(buf->last, (uint16_t)orig->origin_len); in nghttp2_frame_pack_origin()
/third_party/nghttp2/tests/
Dnghttp2_frame_test.c569 nghttp2_put_uint16be(buf->pos + NGHTTP2_FRAME_HDLEN, in test_nghttp2_frame_pack_origin()
Dnghttp2_session_test.c2345 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2370 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2391 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2414 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2436 nghttp2_put_uint16be(buf.last, 0); in test_nghttp2_session_recv_altsvc()
2457 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2484 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2507 nghttp2_put_uint16be(buf.last, sizeof(origin) - 1); in test_nghttp2_session_recv_altsvc()
2579 nghttp2_put_uint16be(bufs.head->buf.pos + NGHTTP2_FRAME_HDLEN, in test_nghttp2_session_recv_origin()