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

Function SSL_free

extra/yassl/src/ssl.cpp:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226
227
228void SSL_free(SSL* ssl)
229{
230 ysDelete(ssl);
231}
232
233
234int SSL_set_fd(SSL* ssl, YASSL_SOCKET_T fd)

Callers 9

~BaseMethod · 0.85
ClientErrorFunction · 0.85
client_testFunction · 0.85
EchoClientErrorFunction · 0.85
echoclient_testFunction · 0.85
EchoErrorFunction · 0.85
echoserver_testFunction · 0.85
ServerErrorFunction · 0.85
server_testFunction · 0.85

Calls 1

ysDeleteFunction · 0.85

Tested by

no test coverage detected