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

Method closeAll

src/jrd/pag.cpp:2542–2550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2540}
2541
2542void PageManager::closeAll()
2543{
2544 for (FB_SIZE_T i = 0; i < pageSpaces.getCount(); i++)
2545 {
2546 if (pageSpaces[i]->file) {
2547 PIO_close(pageSpaces[i]->file);
2548 }
2549 }
2550}
2551
2552void PageManager::initTempPageSpace(thread_db* tdbb)
2553{

Callers 1

CCH_shutdownFunction · 0.80

Calls 2

PIO_closeFunction · 0.50
getCountMethod · 0.45

Tested by

no test coverage detected