MCPcopy 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

~CryptKeyHolderMethod · 0.45
useOnlyOwnKeysMethod · 0.45
getEntryMethod · 0.45
keyCallbackMethod · 0.45
keyHandleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected