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

12

/macosx-10.9.5/BerkeleyDB-21/db/common/
H A Dopenflags.c31 dbflags |= DB_TRUNCATE;
/macosx-10.9.5/BerkeleyDB-21/db/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) |
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb_server_int.h65 #define DB_SERVER_DBNOSHARE (DB_EXCL | DB_TRUNCATE)
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java188 int DB_TRUNCATE = 0x00008000; field in interface:DbConstants
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dndbm_wrap.c172 myflags |= DB_TRUNCATE;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Ddbcache.c185 flags |= DB_TRUNCATE;
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in147 #define DB_TRUNCATE 0x00008000
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DDatabaseConfig.java1982 openFlags |= truncate ? DbConstants.DB_TRUNCATE : 0;
2093 truncate = (openFlags & DbConstants.DB_TRUNCATE) != 0;
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Ddict_db.c667 db_flags |= DB_TRUNCATE;
687 db_flags |= DB_TRUNCATE;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c85 #define APR_DBM_DBMODE_RWTRUNC DB_TRUNCATE
/macosx-10.9.5/apr-30/apr-util/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c85 #define APR_DBM_DBMODE_RWTRUNC DB_TRUNCATE
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Ddb3.c285 myflags |= DB_TRUNCATE;
/macosx-10.9.5/BerkeleyDB-21/db/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)) {
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_stat.c390 { DB_TRUNCATE, "DB_TRUNCATE" },
/macosx-10.9.5/BerkeleyDB-21/db/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. */
/macosx-10.9.5/BerkeleyDB-21/db/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
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.xs1192 Flags |= DB_TRUNCATE ;
1448 Flags |= DB_TRUNCATE ;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h2395 #define DB_TRUNCATE 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h2378 #define DB_TRUNCATE 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h2387 #define DB_TRUNCATE 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h2430 #define DB_TRUNCATE 0x00008000 macro

Completed in 339 milliseconds

12