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

Function setCStr

src/remote/remote.cpp:1304–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1302}
1303
1304static void setCStr(CSTRING& to, const char* from)
1305{
1306 to.cstr_address = reinterpret_cast<UCHAR*>(const_cast<char*>(from));
1307 to.cstr_length = (ULONG) strlen(from);
1308 to.cstr_allocated = 0;
1309}
1310
1311void rem_port::addServerKeys(const CSTRING* passedStr)
1312{

Callers 1

tryKeyTypeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected