Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getStringLength
Method
getStringLength
src/common/dsc.cpp:1359–1362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1357
1358
1359
int dsc::getStringLength() const
1360
{
1361
return DSC_string_length(this);
1362
}
1363
1364
1365
USHORT DSC_convert_to_text_length(USHORT dsc_type)
Callers
15
setParamVarying
Function · 0.80
setParamsRsaEncrypt
Function · 0.80
setParamsRsaSign
Function · 0.80
setParamsRsaVerify
Function · 0.80
characterLen
Function · 0.80
makeEncode64
Function · 0.80
makeEncodeHex
Function · 0.80
makeCrypt
Function · 0.80
makeReverse
Function · 0.80
evlEncodeDecode64
Function · 0.80
evlEncodeDecodeHex
Function · 0.80
convertLength
Method · 0.80
Calls
1
DSC_string_length
Function · 0.85
Tested by
no test coverage detected