Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ write
Method
write
extra/yassl/src/buffer.cpp:320–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
319
320
void output_buffer::write(const byte* t, uint s)
321
{
322
check(current_ + s - 1, get_capacity());
323
memcpy(&buffer_[current_], t, s);
324
current_ += s;
325
}
326
327
328
Callers
9
handshake.cpp
File · 0.45
cipherFinished
Function · 0.45
buildMessage
Function · 0.45
p_hash
Function · 0.45
PRF
Function · 0.45
build
Method · 0.45
yassl_imp.cpp
File · 0.45
makeMasterSecret
Method · 0.45
flushBuffer
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected