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

Method addBuffer

extra/yassl/src/yassl_int.cpp:1578–1581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576
1577
1578void SSL::addBuffer(output_buffer* b)
1579{
1580 buffers_.useHandShake().push_back(b);
1581}
1582
1583
1584void SSL_SESSION::CopyX509(X509* x)

Callers 9

sendClientKeyExchangeFunction · 0.80
sendServerKeyExchangeFunction · 0.80
sendChangeCipherFunction · 0.80
sendFinishedFunction · 0.80
sendServerHelloFunction · 0.80
sendServerHelloDoneFunction · 0.80
sendCertificateFunction · 0.80
sendCertificateRequestFunction · 0.80
sendCertificateVerifyFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected