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

Function writeNT

src/jrd/ods.cpp:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void writeNT(header_page* page, TraNumber number)
186{
187 page->hdr_next_transaction = (ULONG) (number & MAX_ULONG);
188 const SLONG high_word = number >> BITS_PER_LONG;
189 fb_assert(high_word <= MAX_USHORT);
190 page->hdr_tra_high[NEXT_INDEX] = (USHORT) high_word;
191}
192
193void writeOIT(header_page* page, TraNumber number)
194{

Callers 3

TRA_header_writeFunction · 0.85
TRA_update_countersFunction · 0.85
bump_transaction_idFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected