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

Function makeUtfString

src/remote/client/interface.cpp:10250–10257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10248}
10249
10250static inline void makeUtfString(bool uft8Convert, string& s)
10251{
10252 if (uft8Convert)
10253 {
10254 ISC_systemToUtf8(s);
10255 }
10256 ISC_unescape(s);
10257}
10258
10259void ClntAuthBlock::loadClnt(ClumpletWriter& dpb, const ParametersSet* tags)
10260{

Callers 1

loadClntMethod · 0.85

Calls 2

ISC_systemToUtf8Function · 0.85
ISC_unescapeFunction · 0.85

Tested by

no test coverage detected