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.c505 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/
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.map216 nghttp2_put_uint16be;
Dnghttp2_frame.c505 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/
Dnghttp2_frame_test.c559 nghttp2_put_uint16be(buf->pos + NGHTTP2_FRAME_HDLEN, in test_nghttp2_frame_pack_origin()
Dnghttp2_session_test.c2450 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()