Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_read
Function
SSL_read
extra/yassl/src/ssl.cpp:333–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
332
333
int SSL_read(SSL* ssl, void* buffer, int sz)
334
{
335
Data data(min(sz, MAX_RECORD_SIZE), static_cast<opaque*>(buffer));
336
return receiveData(*ssl, data);
337
}
338
339
340
int SSL_accept(SSL* ssl)
Callers
4
client_test
Function · 0.85
echoclient_test
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
Calls
2
min
Function · 0.85
receiveData
Function · 0.85
Tested by
no test coverage detected