Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_CTX_free
Function
SSL_CTX_free
extra/yassl/src/ssl.cpp:216–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
214
215
216
void SSL_CTX_free(SSL_CTX* ctx)
217
{
218
ysDelete(ctx);
219
}
220
221
222
SSL* SSL_new(SSL_CTX* ctx)
Callers
10
mysql_ssl_free
Function · 0.85
~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