Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ release
Method
release
examples/dbcrypt/CryptKeyHolder.cpp:88–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
ICryptKeyCallback* chainHandle(CheckStatusWrapper* status);
87
88
int release()
89
{
90
if (--refCounter == 0)
91
{
92
delete this;
93
return 0;
94
}
95
return 1;
96
}
97
98
void addRef()
99
{
Callers
5
~CryptKeyHolder
Method · 0.45
useOnlyOwnKeys
Method · 0.45
getEntry
Method · 0.45
keyCallback
Method · 0.45
keyHandle
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected