MCPcopy 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
333int 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
340int SSL_accept(SSL* ssl)

Callers 4

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

Calls 2

minFunction · 0.85
receiveDataFunction · 0.85

Tested by

no test coverage detected