Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_get_error
Function
SSL_get_error
extra/yassl/src/ssl.cpp:585–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
584
585
int SSL_get_error(SSL* ssl, int /*previous*/)
586
{
587
return ssl->getStates().What();
588
}
589
590
591
Callers
2
NonBlockingSSL_Connect
Function · 0.85
NonBlockingSSL_Accept
Function · 0.85
Calls
1
What
Method · 0.45
Tested by
no test coverage detected