Searched refs:nghttp2_put_uint16be (Results 1 – 3 of 3) sorted by relevance
50 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n);
32 void nghttp2_put_uint16be(uint8_t *buf, uint16_t n) in nghttp2_put_uint16be() function
503 nghttp2_put_uint16be(buf, (uint16_t)iv[i].settings_id); in nghttp2_frame_pack_settings_payload()752 nghttp2_put_uint16be(buf->last, (uint16_t)altsvc->origin_len); in nghttp2_frame_pack_altsvc()
Completed in 6 milliseconds