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

Method flush

src/jrd/CryptoManager.cpp:154–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152 }
153
154 void flush()
155 {
156 if (wrk)
157 {
158 CCH_MARK_MUST_WRITE(tdbb, &window);
159 memcpy(wrk, getHeader(), wrk->hdr_page_size);
160 }
161 }
162
163 void setClumplets(const ClumpletWriter& writer)
164 {

Callers 2

changeCryptStateMethod · 0.45
writeDbHeaderMethod · 0.45

Calls 1

CCH_MARK_MUST_WRITEFunction · 0.85

Tested by

no test coverage detected