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

Function CCH_precedence

src/jrd/cch.cpp:1793–1799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1791
1792
1793void CCH_precedence(thread_db* tdbb, WIN* window, ULONG pageNum)
1794{
1795 const USHORT pageSpaceID = pageNum > FIRST_PIP_PAGE ?
1796 window->win_page.getPageSpaceID() : DB_PAGE_SPACE;
1797
1798 CCH_precedence(tdbb, window, PageNumber(pageSpaceID, pageNum));
1799}
1800
1801
1802void CCH_tra_precedence(thread_db* tdbb, WIN* window, TraNumber traNum)

Callers 9

VIO_intermediate_gcFunction · 0.85
insert_pageMethod · 0.85
PAG_allocate_pagesFunction · 0.85
PAG_release_pagesFunction · 0.85
find_clump_spaceFunction · 0.85
PAG_set_page_scnFunction · 0.85
BTR_insertFunction · 0.85
garbage_collectFunction · 0.85
insert_nodeFunction · 0.85

Calls 5

check_precedenceFunction · 0.85
getPageSpaceIDMethod · 0.80
getPageNumMethod · 0.80
PageNumberClass · 0.70
isTemporaryMethod · 0.45

Tested by

no test coverage detected