Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
inline void SockAddr::clear()
161
{
162
len = 0;
163
memset(&data, 0, sizeof(data));
164
}
165
166
167
inline const SockAddr& SockAddr::operator = (const SockAddr& x)
Callers
5
xdr_blob_stream
Function · 0.45
REMOTE_cleanup_transaction
Function · 0.45
REMOTE_reset_request
Function · 0.45
resetClnt
Method · 0.45
setSymmetric
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected