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

Function checkCompression

src/burp/mvol.cpp:680–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678
679
680static void checkCompression()
681{
682#ifdef HAVE_ZLIB_H
683 if (!zlib())
684 {
685 (Firebird::Arg::Gds(isc_random) << "Compession support library not loaded" <<
686 Firebird::Arg::StatusVector(zlib().status)).raise();
687 }
688#endif
689}
690
691
692//____________________________________________________________

Callers 3

INET_analyzeFunction · 0.85
MVOL_init_readFunction · 0.85
MVOL_init_writeFunction · 0.85

Calls 3

GdsClass · 0.85
StatusVectorClass · 0.50
raiseMethod · 0.45

Tested by

no test coverage detected