Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meituan-Dianping/SQLAdvisor
/ ClientError
Function
ClientError
extra/yassl/examples/client/client.cpp:30–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
void ClientError(SSL_CTX* ctx, SSL* ssl, SOCKET_T& sockfd, const char* msg)
31
{
32
SSL_CTX_free(ctx);
33
SSL_free(ssl);
34
tcp_close(sockfd);
35
err_sys(msg);
36
}
37
38
39
#ifdef NON_BLOCKING
Callers
2
NonBlockingSSL_Connect
Function · 0.85
client_test
Function · 0.85
Calls
4
SSL_CTX_free
Function · 0.85
SSL_free
Function · 0.85
tcp_close
Function · 0.85
err_sys
Function · 0.50
Tested by
no test coverage detected