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

Function tomCheck

src/jrd/SysFunction.cpp:446–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444
445
446void tomCheck(int err, const Arg::StatusVector& secondary)
447{
448 if (err == CRYPT_OK)
449 return;
450
451 status_exception::raise(Arg::Gds(isc_tom_error) << error_to_string(err) << secondary);
452}
453
454
455bool initResult(dsc* result, int argsCount, const dsc** args, bool* isNullable)

Callers 8

PseudoRandomMethod · 0.70
evlEncryptDecryptFunction · 0.70
evlEncodeDecode64Function · 0.70
evlRsaEncryptDecryptFunction · 0.70
evlRsaPrivateFunction · 0.70
evlRsaPublicFunction · 0.70
evlRsaSignFunction · 0.70
evlRsaVerifyFunction · 0.70

Calls 3

raiseFunction · 0.85
GdsClass · 0.85
error_to_stringFunction · 0.85

Tested by

no test coverage detected