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

Method setDbCryptCallback

src/jrd/jrd.cpp:4696–4700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4694
4695
4696void JProvider::setDbCryptCallback(CheckStatusWrapper* status, ICryptKeyCallback* cryptCb)
4697{
4698 status->init();
4699 cryptCallback = cryptCb;
4700}
4701
4702
4703JTransaction* JAttachment::startTransaction(CheckStatusWrapper* user_status,

Callers 5

open_filesFunction · 0.45
cryptThreadRoutineMethod · 0.45
runSweepMethod · 0.45
attachMethod · 0.45
attachMethod · 0.45

Calls 1

initMethod · 0.45

Tested by

no test coverage detected