Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ accept
Method
accept
src/remote/SockAddr.h:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
193
194
inline int SockAddr::accept(SOCKET s)
195
{
196
return os_utils::accept(s, ptr(), &len);
197
}
198
199
200
inline int SockAddr::getsockname(SOCKET s)
Callers
nothing calls this directly
Calls
1
accept
Function · 0.70
Tested by
no test coverage detected