Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ stuffSpbByte
Function
stuffSpbByte
src/common/call_service.cpp:104–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
// as soon as we create SvcClumpletWriter
103
104
inline void stuffSpbByte(char*& spb, char data)
105
{
106
*spb++ = data;
107
}
108
109
inline void stuffSpbShort(char*& spb, short data)
110
{
Callers
5
stuffSpb
Function · 0.85
stuffSpb2
Function · 0.85
attachRemoteServiceManager
Function · 0.85
userInfoToSpb
Function · 0.85
callRemoteServiceManager
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected