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

Function conv_bin2ascii

src/common/utils.cpp:1654–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652}
1653
1654static inline char conv_bin2ascii(ULONG l)
1655{
1656 return "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"[l & 0x3f];
1657}
1658
1659// converts bytes to BASE64 representation
1660void base64(Firebird::string& b64, const Firebird::UCharBuffer& bin)

Callers 1

base64Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected