MCPcopy 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
216void SSL_CTX_free(SSL_CTX* ctx)
217{
218 ysDelete(ctx);
219}
220
221
222SSL* SSL_new(SSL_CTX* ctx)

Callers 10

mysql_ssl_freeFunction · 0.85
~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