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

Function getNT

src/jrd/ods.cpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165TraNumber getNT(const header_page* page)
166{
167 return (TraNumber) page->hdr_tra_high[NEXT_INDEX] << BITS_PER_LONG | page->hdr_next_transaction;
168}
169
170TraNumber getOIT(const header_page* page)
171{

Callers 15

PPG_print_headerFunction · 0.85
evlGetTranCNFunction · 0.85
loadInventoryPagesMethod · 0.85
write_pageFunction · 0.85
callbackMethod · 0.85
walk_databaseMethod · 0.85
walk_relationMethod · 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

Calls

no outgoing calls

Tested by

no test coverage detected