Home
last modified time | relevance | path

Searched refs:nghttp3_get_varint_fb (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h134 * nghttp3_get_varint_fb reads first byte of encoded variable-length
137 int64_t nghttp3_get_varint_fb(const uint8_t *p);
H A Dnghttp3_conv.c64 int64_t nghttp3_get_varint_fb(const uint8_t *p) { return *p & 0x3f; } in nghttp3_get_varint_fb() function
H A Dnghttp3_stream.c202 rvint->acc = nghttp3_get_varint_fb(src); in nghttp3_read_varint()

Completed in 3 milliseconds