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

Function SSL_write

extra/yassl/src/ssl.cpp:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327int SSL_write(SSL* ssl, const void* buffer, int sz)
328{
329 return sendData(*ssl, buffer, sz);
330}
331
332
333int SSL_read(SSL* ssl, void* buffer, int sz)

Callers 4

client_testFunction · 0.85
echoclient_testFunction · 0.85
echoserver_testFunction · 0.85
server_testFunction · 0.85

Calls 1

sendDataFunction · 0.85

Tested by

no test coverage detected