Home
last modified time | relevance | path

Searched refs:nghttp3_put_uint16be (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.c88 uint8_t *nghttp3_put_uint16be(uint8_t *p, uint16_t n) { in nghttp3_put_uint16be() function
100 rv = nghttp3_put_uint16be(p, (uint16_t)n); in nghttp3_put_varint()
H A Dnghttp3_conv.h174 * nghttp3_put_uint16be writes |n| in host byte order in |p| in
178 uint8_t *nghttp3_put_uint16be(uint8_t *p, uint16_t n);

Completed in 2 milliseconds