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

Function getOAT

src/jrd/ods.cpp:175–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175TraNumber getOAT(const header_page* page)
176{
177 return (TraNumber) page->hdr_tra_high[OAT_INDEX] << BITS_PER_LONG | page->hdr_oldest_active;
178}
179
180TraNumber getOST(const header_page* page)
181{

Callers 10

PPG_print_headerFunction · 0.85
write_pageFunction · 0.85
PAG_headerFunction · 0.85
PAG_set_db_readonlyFunction · 0.85
TRA_cleanupFunction · 0.85
TRA_header_writeFunction · 0.85
TRA_update_countersFunction · 0.85
bump_transaction_idFunction · 0.85
transaction_startFunction · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected