Searched defs:nghttp3_get_varint_len (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/ngtcp2/nghttp3/lib/ | ||
H A D | nghttp3_conv.c | 66 size_t nghttp3_get_varint_len(const uint8_t *p) { return 1u << (*p >> 6); } in nghttp3_get_varint_len() function |
Completed in 2 milliseconds