Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ SLC_LEN
Function
SLC_LEN
src/gpre/gpre.h:1126–1129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1124
};
1125
1126
inline FB_SIZE_T SLC_LEN(const FB_SIZE_T count)
1127
{
1128
return sizeof(slc) + sizeof(slc::slc_repeat) * (count ? count - 1 : 0);
1129
}
1130
1131
1132
// Request block, corresponds to a single JRD request
Callers
2
par_slice
Function · 0.85
SQE_field
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected