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

Method Accept

extra/yassl/src/yassl.cpp:190–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188
189
190int Server::Accept(SOCKET_T s)
191{
192 SetUpBase(pimpl_->base_, server_end, s);
193 return SSL_accept(pimpl_->base_.ssl_);
194}
195
196
197int Server::Write(const void* buffer, int sz)

Callers

nothing calls this directly

Calls 2

SetUpBaseFunction · 0.85
SSL_acceptFunction · 0.85

Tested by

no test coverage detected