Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.c78 uint8_t *nghttp3_put_uint32be(uint8_t *p, uint32_t n) { in nghttp3_put_uint32be() function
105 rv = nghttp3_put_uint32be(p, (uint32_t)n); in nghttp3_put_varint()
H A Dnghttp3_conv.h160 * nghttp3_put_uint32be writes |n| in host byte order in |p| in
164 uint8_t *nghttp3_put_uint32be(uint8_t *p, uint32_t n);

Completed in 1 milliseconds