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

Method ptr

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

Source from the content-addressed store, hash-verified

84 ~SockAddr() {}
85
86 struct sockaddr* ptr() { return &data.sock; }
87 const struct sockaddr* ptr() const { return &data.sock; }
88 struct sockaddr_in* ptrIn() { return &data.inet; }
89 const struct sockaddr_in* ptrIn() const { return &data.inet; }

Callers 4

LD_lookup_charsetFunction · 0.45
aux_requestFunction · 0.45
get_peer_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected