Home
last modified time | relevance | path

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

/dports/www/libnghttp3/nghttp3-b9e565c/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.h164 uint8_t *nghttp3_put_uint32be(uint8_t *p, uint32_t n);