Searched refs:checkpoint (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.1/
H A DMakefile3 BUILD= app_dispatch.html checkpoint.html cxx.html disk.html excl.html \
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtxn010.tcl16 puts "\tTxn010.a: open the environment and a database, checkpoint."
23 # Insert some data and do a checkpoint.
31 error_check_good checkpoint [$env txn_checkpoint] 0
33 # Test that checkpoint calls are ignored in quiescent systems.
35 set chkpt [txn010_stat $env "Time of last checkpoint"]
38 error_check_good checkpoint [$env txn_checkpoint] 0
39 set test_chkpt [txn010_stat $env "Time of last checkpoint"]
40 error_check_good "quiescent: checkpoint time changed" \
44 # Add a single record, and test that checkpoint does something.
45 set chkpt [txn010_stat $env "Time of last checkpoint"]
[all...]
H A Drep017.tcl12 # TEST While dbenv1 is handling the checkpoint record:
15 # TEST A subsequent checkpoint gets NOTPERM
16 # TEST After checkpoint completes, next txn returns PERM
101 # Open database in master, make lots of changes so checkpoint
115 # Get the master's last LSN before the checkpoint
120 error_check_good checkpoint [$masterenv txn_checkpoint] 0
123 set ckp_lsn [stat_field $masterenv txn_stat "LSN of last checkpoint"]
127 # it finds in the message queue -- just the checkpoint record,
138 # checkpoint. The checkpoint wil
[all...]
H A Dlog008script.tcl44 # Fill log files, checking LSNs before and after a checkpoint,
60 error_check_good checkpoint [$dbenv txn_checkpoint] 0
H A Drep035script.tcl12 # apicall: detect, checkpoint, or trickle.
63 checkpoint {
H A Dbackup.tcl11 # TEST the -c (checkpoint) option. Make sure that -c and
37 foreach option { checkpoint nocheckpoint } {
38 if { $option == "checkpoint" } {
40 set msg "with checkpoint"
43 set msg "without checkpoint"
90 # You may not specify both -d (data_dir) and -c (checkpoint).
92 if { $option == "checkpoint" } {
116 if { $option == "checkpoint" } {
133 if { $option == "checkpoint" } {
160 if { $option == "checkpoint" } {
[all...]
H A Drep035.tcl133 $clientdir2 checkpoint &]
H A Drep043.tcl192 error_check_good checkpoint [$masterenv txn_checkpoint] 0
H A Dparallel.tcl299 [eval glob {$dir/db_{checkpoint,deadlock}$EXE} \
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A DMakefile8 checkpoint.html \
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLPreloadScanner.cpp260 TokenPreloadScannerCheckpoint checkpoint = m_checkpoints.size(); local
266 return checkpoint;
272 const Checkpoint& checkpoint = m_checkpoints[checkpointIndex];
273 m_predictedBaseElementURL = checkpoint.predictedBaseElementURL;
274 m_inStyle = checkpoint.inStyle;
276 m_templateCount = checkpoint.templateCount;
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dgenfile.c73 /* Next checkpoint number */
74 size_t checkpoint; variable
162 N_("Execute given COMMAND. Useful with --checkpoint and one of --cut, --append, --touch"),
164 {"checkpoint", OPT_CHECKPOINT, N_("NUMBER"), 0,
165 N_("Perform given action (see below) upon reaching checkpoint NUMBER"),
176 N_("Synchronous execution actions. These are executed when checkpoint number given by --checkpoint option is reached."), GRP},
276 size_t checkpoint; member in struct:action
290 act->checkpoint = checkpoint;
[all...]
H A Dtestsuite25608 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25633 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25654 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25700 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25725 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25746 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25792 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25817 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25838 genfile --run 'tar -vcf bar foo baz' --checkpoint 10 --length 49995k --truncate foo
25884 genfile --run 'tar -vcf bar foo baz' --checkpoint 1
[all...]
/macosx-10.10/BerkeleyDB-21/db/test/scr016/src/com/sleepycat/db/test/
H A DCallbackTest.java92 dbEnv.checkpoint(cpcfg);
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c91 off_t in_count, out_count, checkpoint; member in struct:private_data
182 state->checkpoint = CHECK_GAP;
391 if (state->in_count < state->checkpoint)
394 state->checkpoint = state->in_count + CHECK_GAP;
/macosx-10.10/BerkeleyDB-21/db/build_vxworks/db_hotbackup/
H A Ddb_hotbackup.c59 int ch, checkpoint, copy_min, db_config, exitval; local
84 checkpoint = db_config = data_cnt =
97 checkpoint = 1;
156 * -d is relative to the current directory, to run a checkpoint
159 if (checkpoint == 1) {
227 * If the -c option is specified, checkpoint the source home
230 if (checkpoint) {
232 printf("%s: %s: force checkpoint\n", progname, home);
/macosx-10.10/BerkeleyDB-21/db/db_hotbackup/
H A Ddb_hotbackup.c45 int ch, checkpoint, copy_min, db_config, exitval; local
70 checkpoint = db_config = data_cnt =
82 checkpoint = 1;
141 * -d is relative to the current directory, to run a checkpoint
144 if (checkpoint == 1) {
212 * If the -c option is specified, checkpoint the source home
215 if (checkpoint) {
217 printf("%s: %s: force checkpoint\n", progname, home);
/macosx-10.10/file_cmds-242/compress/
H A Dzopen.c156 #define checkpoint zs->zs_checkpoint macro
268 checkpoint = CHECK_GAP;
314 checkpoint && block_compress) {
637 checkpoint = in_count + CHECK_GAP;
713 checkpoint = CHECK_GAP;
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dbsd-comp.c115 u_int checkpoint; /* when to next check the ratio */ member in struct:bsd_db
206 db->checkpoint = CHECK_GAP;
228 if (db->in_count >= db->checkpoint) {
236 db->checkpoint = db->in_count + CHECK_GAP;
755 * Keep the checkpoint right so that incompressible packets
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_lzw.c833 long incount, outcount, checkpoint; local
849 checkpoint = sp->enc_checkpoint;
942 } else if (incount >= checkpoint) {
950 checkpoint = incount+CHECK_GAP;
974 sp->enc_checkpoint = checkpoint;
/macosx-10.10/gnutar-453/gnutar/src/
H A Dbuffer.c79 static unsigned checkpoint; variable
635 if (checkpoint_option && !(++checkpoint % checkpoint_option))
646 /* TRANSLATORS: This is a ``checkpoint of write operation'',
647 *not* ``Writing a checkpoint''.
650 WARN ((0, 0, _("Write checkpoint %u"), checkpoint));
652 /* TRANSLATORS: This is a ``checkpoint of read operation'',
653 *not* ``Reading a checkpoint''.
656 WARN ((0, 0, _("Read checkpoint %u"), checkpoint));
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironment.java1159 Synchronously checkpoint the database environment.
1163 The checkpoint attributes. If null, default attributes are used.
1167 public void checkpoint(CheckpointConfig config) method in class:Environment
/macosx-10.10/PostgreSQL-97/
H A Duninstall98 rm -rf man/man7/checkpoint.7.gz
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-keygen.c2192 char *checkpoint = NULL; local
2399 checkpoint = xstrdup(optarg);
2535 if (prime_test(in, out, trials, generator_wanted, checkpoint,
/macosx-10.10/syslog-267/aslmanager.tproj/
H A Daslmanager.c1391 checkpoint(const char *name) function
1393 /* send checkpoint message to syslogd */
1401 asprintf(&tmp, "%s checkpoint", (name == NULL) ? "*" : name);
1494 else if (!strcmp(argv[i], "-checkpoint"))
1534 if (work & DO_CHECKPT) checkpoint(mname);

Completed in 523 milliseconds

12