Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
int SSL_write(SSL* ssl, const void* buffer, int sz)
328
{
329
return sendData(*ssl, buffer, sz);
330
}
331
332
333
int SSL_read(SSL* ssl, void* buffer, int sz)
Callers
4
client_test
Function · 0.85
echoclient_test
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
Calls
1
sendData
Function · 0.85
Tested by
no test coverage detected