Searched refs:kbyte (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtxn010.tcl68 # Test that -kbyte doesn't cause a checkpoint unless there's
70 puts "\tTxn010.d: test checkpoint -kbyte"
72 # Put in lots of data, and verify that -kbyte causes a checkpoint
75 error_check_good "kbyte: put" \
77 error_check_good "kbyte: commit" [$t commit] 0
82 error_check_good checkpoint [$env txn_checkpoint -kbyte 2] 0
87 # Put in a little data and verify that -kbyte doesn't cause a
92 error_check_good "kbyte: put" \
94 error_check_good "kbyte: commit" [$t commit] 0
96 error_check_good checkpoint [$env txn_checkpoint -kbyte 2
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/internal/
H A DDbEnv.java518 public void txn_checkpoint(int kbyte, int min, int flags) throws com.sleepycat.db.DatabaseException { db_javaJNI.DbEnv_txn_checkpoint(swigCPtr, this, kbyte, min, flags); } argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/cxx/
H A Dcxx_env.cpp986 DBENV_METHOD(txn_checkpoint, (u_int32_t kbyte, u_int32_t min, u_int32_t flags),
987 (dbenv, kbyte, min, flags))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c1121 int dbif_txn_checkpoint(DBD *dbd, u_int32_t kbyte, u_int32_t min, u_int32_t flags) argument
1124 ret = dbd->db_env->txn_checkpoint(dbd->db_env, kbyte, min, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Ddb.i1220 db_ret_t txn_checkpoint(u_int32_t kbyte, u_int32_t min,
1222 return self->txn_checkpoint(self, kbyte, min, flags);
H A Ddb_java_wrap.c3198 SWIGINTERN db_ret_t DbEnv_txn_checkpoint(struct DbEnv *self,u_int32_t kbyte,u_int32_t min,u_int32_t flags){ argument
3199 return self->txn_checkpoint(self, kbyte, min, flags);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs2314 env_txn_checkpoint(env, kbyte, min, flags=0)
2316 long kbyte
4271 xx_txn_checkpoint(txnp, kbyte, min, flags=0)
4273 long kbyte
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb_cxx.h583 virtual int txn_checkpoint(u_int32_t kbyte, u_int32_t min,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb_cxx.h584 virtual int txn_checkpoint(u_int32_t kbyte, u_int32_t min,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb_cxx.h584 virtual int txn_checkpoint(u_int32_t kbyte, u_int32_t min,

Completed in 197 milliseconds