931932933934935936937938939940941
fileSummaryDb = db; operationOk = true; return true; } finally { if (autoTxn != null) { autoTxn.operationEnd(operationOk); } } } /**
986987988989990991992993994995996
} finally { if (cursor != null) { cursor.close(); } if (locker != null) { locker.operationEnd(); } } } /**
10591060106110621063106410651066106710681069
} finally { if (cursor != null) { cursor.close(); } if (locker != null) { locker.operationEnd(); } } return ok; }
845846847848849850851852853854855
if (cursor != null) { cursor.close(); } if (locker != null) { locker.operationEnd(true); } } } /**
982983984985986987988989990991992
14911492149314941495149614971498149915001501
DbInternal.setReplicated(dbConfig, false); db = dbTree.createInternalDb(locker, mappingDbName, dbConfig); } mappingDbImpl = db; } finally { locker.operationEnd(true); } } public synchronized void close() { close(true);
16311632163316341635163616371638163916401641
if (cursor != null) { cursor.close(); } if (locker != null) { locker.operationEnd(true); } } return mappings; }
18001801180218031804180518061807180818091810
} finally { if (cursor != null) { cursor.close(); } locker.operationEnd(true); } /* * Verify range. */
10851086108710881089109010911092109310941095
*/ } catch (Error E) { envImpl.invalidate(E); throw E; } finally { locker.operationEnd(operationOk); } } /* * Sync a durable deferred write database with no handles open. If
17561757175817591760176117621763176417651766
if (cursor != null) { cursor.close(); } if (locker != null) { locker.operationEnd(ok); } } return ok; }