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

Method SendWriteBuffered

extra/yassl/src/yassl_int.cpp:1269–1277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1267
1268
1269void SSL::SendWriteBuffered()
1270{
1271 output_buffer* out = buffers_.TakeOutput();
1272
1273 if (out) {
1274 mySTL::auto_ptr<output_buffer> tmp(out);
1275 Send(out->get_buffer(), out->get_size());
1276 }
1277}
1278
1279
1280// get sequence number, if verify get peer's

Callers 3

sendDataFunction · 0.80
SSL_connectFunction · 0.80
SSL_acceptFunction · 0.80

Calls 3

TakeOutputMethod · 0.80
get_sizeMethod · 0.80
get_bufferMethod · 0.45

Tested by

no test coverage detected