MCPcopy 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
320void 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.cppFile · 0.45
cipherFinishedFunction · 0.45
buildMessageFunction · 0.45
p_hashFunction · 0.45
PRFFunction · 0.45
buildMethod · 0.45
yassl_imp.cppFile · 0.45
makeMasterSecretMethod · 0.45
flushBufferMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected