Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.h140 * nghttp3_get_varint_len returns the required number of bytes to read
143 size_t nghttp3_get_varint_len(const uint8_t *p);
H A Dnghttp3_conv.c66 size_t nghttp3_get_varint_len(const uint8_t *p) { return 1u << (*p >> 6); } in nghttp3_get_varint_len() function
H A Dnghttp3_stream.c191 rvint->left = nghttp3_get_varint_len(src); in nghttp3_read_varint()

Completed in 3 milliseconds