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

Function SSL_set_fd

extra/yassl/src/ssl.cpp:234–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234int SSL_set_fd(SSL* ssl, YASSL_SOCKET_T fd)
235{
236 ssl->useSocket().set_fd(fd);
237 return SSL_SUCCESS;
238}
239
240
241YASSL_SOCKET_T SSL_get_fd(const SSL* ssl)

Callers 4

client_testFunction · 0.85
echoclient_testFunction · 0.85
echoserver_testFunction · 0.85
server_testFunction · 0.85

Calls 1

set_fdMethod · 0.80

Tested by

no test coverage detected