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

Method ~SSL_CTX

extra/yassl/src/yassl_int.cpp:2011–2018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2009
2010
2011SSL_CTX::~SSL_CTX()
2012{
2013 ysDelete(method_);
2014 ysDelete(certificate_);
2015 ysDelete(privateKey_);
2016
2017 STL::for_each(caList_.begin(), caList_.end(), del_ptr_zero());
2018}
2019
2020
2021void SSL_CTX::AddCA(x509* ca)

Callers

nothing calls this directly

Calls 5

ysDeleteFunction · 0.85
for_eachFunction · 0.85
del_ptr_zeroClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected