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

Method Connect

extra/yassl/src/yassl.cpp:138–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136
137
138int Client::Connect(SOCKET_T s)
139{
140 SetUpBase(pimpl_->base_, client_end, s);
141 return SSL_connect(pimpl_->base_.ssl_);
142}
143
144
145int Client::Write(const void* buffer, int sz)

Callers

nothing calls this directly

Calls 2

SetUpBaseFunction · 0.85
SSL_connectFunction · 0.85

Tested by

no test coverage detected