Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ setDbCryptCallback
Method
setDbCryptCallback
src/yvalve/why.cpp:6966–6970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6964
}
6965
6966
void Dispatcher::setDbCryptCallback(CheckStatusWrapper* status, ICryptKeyCallback* callback)
6967
{
6968
status->init();
6969
cryptCallback = callback;
6970
}
6971
6972
} // namespace Why
Callers
5
API_ROUTINE isc_attach_database
Function · 0.45
API_ROUTINE isc_create_database
Function · 0.45
API_ROUTINE isc_service_attach
Function · 0.45
attachOrCreateDatabase
Method · 0.45
internalServiceAttach
Method · 0.45
Calls
1
init
Method · 0.45
Tested by
no test coverage detected