MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / get_size

Method get_size

extra/yassl/src/buffer.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133
134
135uint input_buffer::get_size() const
136{
137 if (error_ == 0)
138 return size_;
139
140 return 0;
141}
142
143
144uint input_buffer::get_remaining() const

Callers 15

get_peerKeyLengthMethod · 0.80
get_privateKeyLengthMethod · 0.80
hashHandShakeFunction · 0.80
handshake.cppFile · 0.80
cipherFinishedFunction · 0.80
buildMessageFunction · 0.80
p_hashFunction · 0.80
DoProcessReplyFunction · 0.80
sendClientHelloFunction · 0.80
sendClientKeyExchangeFunction · 0.80
sendServerKeyExchangeFunction · 0.80
sendChangeCipherFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected