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

Function err_sys

extra/yassl/testsuite/test.hpp:195–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193
194
195inline void err_sys(const char* msg)
196{
197 printf("yassl error: %s\n", msg);
198 exit(EXIT_FAILURE);
199}
200
201
202extern "C" {

Callers 13

store_caFunction · 0.70
set_certsFunction · 0.70
set_serverCertsFunction · 0.70
set_dsaServerCertsFunction · 0.70
tcp_connectFunction · 0.70
tcp_listenFunction · 0.70
tcp_acceptFunction · 0.70
ClientErrorFunction · 0.50
EchoClientErrorFunction · 0.50
echoclient_testFunction · 0.50
EchoErrorFunction · 0.50
echoserver_testFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected