Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ SSL_get_quiet_shutdown
Function
SSL_get_quiet_shutdown
extra/yassl/src/ssl.cpp:460–463 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
458
459
460
int SSL_get_quiet_shutdown(SSL *ssl)
461
{
462
return ssl->GetQuietShutdown();
463
}
464
465
466
/* on by default but allow user to turn off */
Callers
nothing calls this directly
Calls
1
GetQuietShutdown
Method · 0.80
Tested by
no test coverage detected