MCPcopy Create free account
hub / github.com/apache/qpid-proton / psocket_error

Function psocket_error

c/src/proactor/win_iocp.cpp:2053–2055  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2051}
2052
2053static void psocket_error(psocket_t *ps, int err, const char* what) {
2054 psocket_error_str(ps, errno_str2(err).c_str(), what);
2055}
2056
2057
2058

Callers 7

pconnection_writeFunction · 0.70
pconnection_processFunction · 0.70
connect_step_doneFunction · 0.70
pn_proactor_connect2Function · 0.70
pn_proactor_listenFunction · 0.70
listener_processFunction · 0.70
pn_listener_accept2Function · 0.70

Calls 3

errno_str2Function · 0.85
c_strMethod · 0.80
psocket_error_strFunction · 0.70

Tested by

no test coverage detected