MCPcopy 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
194inline int SockAddr::accept(SOCKET s)
195{
196 return os_utils::accept(s, ptr(), &len);
197}
198
199
200inline int SockAddr::getsockname(SOCKET s)

Callers

nothing calls this directly

Calls 1

acceptFunction · 0.70

Tested by

no test coverage detected