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

Method clear

src/remote/SockAddr.h:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159
160inline void SockAddr::clear()
161{
162 len = 0;
163 memset(&data, 0, sizeof(data));
164}
165
166
167inline const SockAddr& SockAddr::operator = (const SockAddr& x)

Callers 5

xdr_blob_streamFunction · 0.45
REMOTE_reset_requestFunction · 0.45
resetClntMethod · 0.45
setSymmetricMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected