Searched refs:DB_TRUNCATE (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dopenflags.c31 dbflags |= DB_TRUNCATE;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_open.c177 LF_SET(DB_TRUNCATE);
563 if ((oflags & DB_TRUNCATE) == 0 && (ret =
572 if ((oflags & DB_TRUNCATE) == 0 && (ret =
580 if ((oflags & DB_TRUNCATE) == 0 && (ret =
H A Ddb_iface.c1210 DB_RDWRMASTER | DB_READ_UNCOMMITTED | DB_THREAD | DB_TRUNCATE)
1219 if (LF_ISSET(DB_TRUNCATE)) {
1220 __db_errx(env, "DB_TRUNCATE not supported on VxWorks");
1226 if (LF_ISSET(DB_CREATE|DB_TRUNCATE)) {
1228 "DB_UNKNOWN type specified with DB_CREATE or DB_TRUNCATE");
1296 /* DB_TRUNCATE is neither transaction recoverable nor lockable. */
1297 if (LF_ISSET(DB_TRUNCATE) && (LOCKING_ON(env) || txn != NULL)) {
1299 "DB_TRUNCATE illegal with %s specified",
H A Ddb.c635 DB_NOMMAP | DB_ODDFILESIZE | DB_RDONLY | DB_TRUNCATE) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_server_int.h65 #define DB_SERVER_DBNOSHARE (DB_EXCL | DB_TRUNCATE)
/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 DDbConstants.java188 int DB_TRUNCATE = 0x00008000; field in interface:DbConstants
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1982 openFlags |= truncate ? DbConstants.DB_TRUNCATE : 0;
2093 truncate = (openFlags & DbConstants.DB_TRUNCATE) != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_fopen.c46 DB_NOMMAP | DB_ODDFILESIZE | DB_RDONLY | DB_TRUNCATE)) != 0)
158 * DB_TRUNCATE flag reuses the dev/inode pair, repeated
623 if (LF_ISSET(DB_TRUNCATE)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/env/
H A Denv_stat.c390 { DB_TRUNCATE, "DB_TRUNCATE" },
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c173 * particular, DB_TRUNCATE and DB_FCNTL_LOCKING. First, we disallow
174 * DB_TRUNCATE in the presence of transactions, since opening a file with
176 * We also disallow DB_TRUNCATE if locking is enabled, because even in
178 * DB_TRUNCATE with locking would be misleading. See SR [#7345] for more
182 * you can specify DB_TRUNCATE, and if you do so, we will truncate the file
267 if (LF_ISSET(DB_TRUNCATE))
334 /* Case 2: DB_TRUNCATE: we must do the creation in place. */
335 if (LF_ISSET(DB_TRUNCATE)) {
337 /* Case 1a: DB_EXCL and DB_TRUNCATE. */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts102 DB_TRUNCATE => DEFINE,
H A DBerkeleyDB.pm479 DB_TRUNCATE
H A Dconstants.h698 DB_STAT_ALL DB_ST_DUPOK DB_ST_RELEN DB_TRUNCATE DB_TXNMAGIC DB_TXN_LOCK
721 if (memEQ(name, "DB_TRUNCATE", 11)) {
723 #ifdef DB_TRUNCATE
724 *iv_return = DB_TRUNCATE;
5579 DB_TIMEOUT DB_TIME_NOTGRANTED DB_TRUNCATE DB_TXNMAGIC
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs1192 Flags |= DB_TRUNCATE ;
1448 Flags |= DB_TRUNCATE ;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h2395 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h2378 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h2400 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h2387 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h2430 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h2430 #define DB_TRUNCATE 0x00008000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp433 REGISTER_LONG_CONSTANT("DB_TRUNCATE", DB_TRUNCATE, CONST_CS | CONST_PERSISTENT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c2637 { DB_TRUNCATE, "-truncate" },
H A Dtcl_db_pkg.c1910 open_flags |= DB_TRUNCATE;

Completed in 368 milliseconds