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

Function stuffSpbShort

src/common/call_service.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109inline void stuffSpbShort(char*& spb, short data)
110{
111 ADD_SPB_LENGTH(spb, data);
112}
113
114inline void stuffSpbLong(char*& spb, SLONG data)
115{

Callers 2

stuffSpb2Function · 0.85
callRemoteServiceManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected