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

Function SSL_get_fd

extra/yassl/src/ssl.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239
240
241YASSL_SOCKET_T SSL_get_fd(const SSL* ssl)
242{
243 return ssl->getSocket().get_fd();
244}
245
246
247// if you get an error from connect see note at top of README

Callers

nothing calls this directly

Calls 1

get_fdMethod · 0.80

Tested by

no test coverage detected