Searched refs:DB_TIME_NOTGRANTED (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDbConstants.java187 int DB_TIME_NOTGRANTED = 0x00008000; field in interface:DbConstants
/macosx-10.9.5/BerkeleyDB-21/db/dbinc_auto/
H A Dapi_flags.in146 #define DB_TIME_NOTGRANTED 0x00008000
/macosx-10.9.5/BerkeleyDB-21/db/env/
H A Denv_method.c591 { DB_TIME_NOTGRANTED, DB_ENV_TIME_NOTGRANTED },
686 DB_TIME_NOTGRANTED | DB_TXN_NOSYNC | DB_TXN_NOWAIT | \
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts663 DB_TIME_NOTGRANTED => DEFINE,
H A DBerkeleyDB.pm478 DB_TIME_NOTGRANTED
H A Dconstants.h4149 DB_THREADID_STRLEN DB_TIME_NOTGRANTED DB_TXN_NOT_DURABLE */
4171 if (memEQ(name, "DB_TIME_NOTGRANTED", 18)) {
4173 #ifdef DB_TIME_NOTGRANTED
4174 *iv_return = DB_TIME_NOTGRANTED;
5579 DB_TIMEOUT DB_TIME_NOTGRANTED DB_TRUNCATE DB_TXNMAGIC
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dinit.c77 bdb->bi_dbenv_xflags = DB_TIME_NOTGRANTED;
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java3834 // We always set DB_TIME_NOTGRANTED in the Java API, because
3837 int onFlags = DbConstants.DB_TIME_NOTGRANTED;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h1944 #define DB_ENV_TIME_NOTGRANTED 0x00001000 /* DB_TIME_NOTGRANTED set */
2394 #define DB_TIME_NOTGRANTED 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h1933 #define DB_ENV_TIME_NOTGRANTED 0x00001000 /* DB_TIME_NOTGRANTED set */
2377 #define DB_TIME_NOTGRANTED 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h1942 #define DB_ENV_TIME_NOTGRANTED 0x00001000 /* DB_TIME_NOTGRANTED set */
2386 #define DB_TIME_NOTGRANTED 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h1981 #define DB_ENV_TIME_NOTGRANTED 0x00001000 /* DB_TIME_NOTGRANTED set */
2429 #define DB_TIME_NOTGRANTED 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h1981 #define DB_ENV_TIME_NOTGRANTED 0x00001000 /* DB_TIME_NOTGRANTED set */
2429 #define DB_TIME_NOTGRANTED 0x00008000 macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp471 REGISTER_LONG_CONSTANT("DB_TIME_NOTGRANTED", DB_TIME_NOTGRANTED, CONST_CS | CONST_PERSISTENT);
/macosx-10.9.5/BerkeleyDB-21/db/tcl/
H A Dtcl_db_pkg.c1105 FLD_SET(set_flags, DB_TIME_NOTGRANTED);

Completed in 334 milliseconds