Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/nghttp3/lib/
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

Completed in 2 milliseconds