Searched refs:decode_varint (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_crypto.c | 425 * decode_varint decodes a single varint from the buffer pointed by 430 static ngtcp2_ssize decode_varint(uint64_t *pdest, const uint8_t *p, in decode_varint() function 462 nread = decode_varint(&valuelen, p, end); in decode_varint_param() 499 ngtcp2_ssize nread = decode_varint(&valuelen, p, end); in decode_cid_param() 563 nread = decode_varint(¶m_type, p, end); in ngtcp2_decode_transport_params_versioned() 639 nread = decode_varint(&valuelen, p, end); in ngtcp2_decode_transport_params_versioned() 668 nread = decode_varint(&valuelen, p, end); in ngtcp2_decode_transport_params_versioned() 728 nread = decode_varint(&valuelen, p, end); in ngtcp2_decode_transport_params_versioned() 788 nread = decode_varint(&valuelen, p, end); in ngtcp2_decode_transport_params_versioned() 796 nread = decode_varint( in ngtcp2_decode_transport_params_versioned() [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 7346 UPB_FORCEINLINE static int32_t decode_varint(upb_pbdecoder *d, uint64_t *u64) { in decode_varint() function 7371 int32_t ret = decode_varint(d, &u64); in decode_v32() 7490 CHECK_RETURN(decode_varint(d, &u64)); in upb_pbdecoder_skipunknown()
|
Completed in 20 milliseconds