MCPcopy 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
1126inline 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_sliceFunction · 0.85
SQE_fieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected