MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / xnet_log_error

Function xnet_log_error

src/remote/os/win32/xnet.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214static void xnet_error(rem_port*, ISC_STATUS, int);
215
216static void xnet_log_error(const char* err_msg, const Exception& ex)
217{
218 string str("XNET error: ");
219 str += err_msg;
220 iscLogException(str.c_str(), ex);
221}
222
223static void xnet_log_error(const char* err_msg)
224{

Callers 8

reconnectMethod · 0.85
aux_connectFunction · 0.85
aux_requestFunction · 0.85
connect_clientMethod · 0.85
connect_serverMethod · 0.85
server_shutdownMethod · 0.85
server_initMethod · 0.85
forkMethod · 0.85

Calls 2

iscLogExceptionFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected