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

Method get_buffer

extra/yassl/src/buffer.cpp:100–103  ·  view source on GitHub ↗

for passing to raw writing functions at beginning, then use add_size

Source from the content-addressed store, hash-verified

98
99// for passing to raw writing functions at beginning, then use add_size
100byte* input_buffer::get_buffer() const
101{
102 return buffer_;
103}
104
105
106// after a raw write user can set NEW_YS size

Callers 15

hashHandShakeFunction · 0.45
decrypt_messageFunction · 0.45
handshake.cppFile · 0.45
cipherFinishedFunction · 0.45
buildMessageFunction · 0.45
p_hashFunction · 0.45
ProcessOldClientHelloFunction · 0.45
DoProcessReplyFunction · 0.45
sendClientHelloFunction · 0.45
sendClientKeyExchangeFunction · 0.45
sendServerKeyExchangeFunction · 0.45
sendChangeCipherFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected