Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
228
void SSL_free(SSL* ssl)
229
{
230
ysDelete(ssl);
231
}
232
233
234
int SSL_set_fd(SSL* ssl, YASSL_SOCKET_T fd)
Callers
9
~Base
Method · 0.85
ClientError
Function · 0.85
client_test
Function · 0.85
EchoClientError
Function · 0.85
echoclient_test
Function · 0.85
EchoError
Function · 0.85
echoserver_test
Function · 0.85
ServerError
Function · 0.85
server_test
Function · 0.85
Calls
1
ysDelete
Function · 0.85
Tested by
no test coverage detected