Searched refs:salvage (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DVerifyConfig.java31 private boolean salvage = false; field in class:VerifyConfig
202 @param salvage
207 public void setSalvage(final boolean salvage) { argument
208 this.salvage = salvage;
224 return salvage;
232 flags |= salvage ? DbConstants.DB_SALVAGE : 0;
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-fin.el361 (defun calcFunc-sln (cost salvage life &optional period)
364 (or (math-realp salvage) math-expand-formulas
365 (math-reject-arg salvage 'realp))
374 (math-div (math-sub cost salvage) life)))
377 (defun calcFunc-syd (cost salvage life period)
380 (or (math-realp salvage) math-expand-formulas
381 (math-reject-arg salvage 'realp))
389 (math-div (math-mul (math-sub cost salvage)
394 (defun calcFunc-ddb (cost salvage life period)
398 (or (math-realp salvage) (mat
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtestutils.tcl3021 # Test regular and aggressive salvage procedures for all databases
3028 # If we're doing salvage testing between tests, don't do it
3033 puts "Skipping salvage testing."
3049 set salvagefile $db-salvage
3050 set sortedsalvage $db-salvage-sorted
3060 # Dump the database with salvage, with aggressive salvage,
3061 # and without salvage.
3065 error_check_good salvage($db:$res) $rval 0
3069 # salvage
[all...]

Completed in 135 milliseconds