Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
234
int SSL_set_fd(SSL* ssl, YASSL_SOCKET_T fd)
235
{
236
ssl->useSocket().set_fd(fd);
237
return SSL_SUCCESS;
238
}
239
240
241
YASSL_SOCKET_T SSL_get_fd(const SSL* ssl)
Callers
4
client_test
Function · 0.85
echoclient_test
Function · 0.85
echoserver_test
Function · 0.85
server_test
Function · 0.85
Calls
1
set_fd
Method · 0.80
Tested by
no test coverage detected