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

Method findPageSpace

src/jrd/pag.cpp:2521–2529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2519}
2520
2521PageSpace* PageManager::findPageSpace(const USHORT pageSpace) const
2522{
2523 FB_SIZE_T pos;
2524 if (pageSpaces.find(pageSpace, pos)) {
2525 return pageSpaces[pos];
2526 }
2527
2528 return 0;
2529}
2530
2531void PageManager::delPageSpace(const USHORT pageSpace)
2532{

Callers 15

PhysHdrMethod · 0.80
internalAttachMethod · 0.80
createDatabaseMethod · 0.80
internalDropDatabaseMethod · 0.80
drop_filesFunction · 0.80
CCH_fetch_pageFunction · 0.80
CCH_flushFunction · 0.80
set_diff_pageFunction · 0.80
CCH_write_all_shadowsFunction · 0.80
page_validation_errorFunction · 0.80
write_pageFunction · 0.80
beginBackupMethod · 0.80

Calls 1

findMethod · 0.45

Tested by

no test coverage detected