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

Function evlEncode64

src/jrd/SysFunction.cpp:3638–3641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3636}
3637
3638dsc* evlEncode64(thread_db* tdbb, const SysFunction* function, const NestValueArray& args, impure_value* impure)
3639{
3640 return evlEncodeDecode64(tdbb, true, function, args, impure);
3641}
3642
3643
3644UCHAR hexChar(UCHAR c)

Callers

nothing calls this directly

Calls 1

evlEncodeDecode64Function · 0.85

Tested by

no test coverage detected