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

Function stuffSpbLong

src/common/call_service.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114inline void stuffSpbLong(char*& spb, SLONG data)
115{
116 ADD_SPB_NUMERIC(spb, data);
117}
118
119static void stuffSpb(char*& spb, char param, const TEXT* value)
120{

Callers 2

userInfoToSpbFunction · 0.85
callRemoteServiceManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected