Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2053
static 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_write
Function · 0.70
pconnection_process
Function · 0.70
connect_step_done
Function · 0.70
pn_proactor_connect2
Function · 0.70
pn_proactor_listen
Function · 0.70
listener_process
Function · 0.70
pn_listener_accept2
Function · 0.70
Calls
3
errno_str2
Function · 0.85
c_str
Method · 0.80
psocket_error_str
Function · 0.70
Tested by
no test coverage detected