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

Function encodeLen

src/jrd/SysFunction.cpp:1529–1533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1527
1528
1529unsigned encodeLen(unsigned len)
1530{
1531 len = (len + 2) / 3 * 4;
1532 return len;
1533}
1534
1535
1536void makeEncode64(DataTypeUtilBase* dataTypeUtil, const SysFunction* function, dsc* result, int argsCount, const dsc** args)

Callers 2

makeEncode64Function · 0.85
evlEncodeDecode64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected