Searched refs:DB_FCNTL_LOCKING (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfop_util.c75 if (LF_ISSET(DB_FCNTL_LOCKING)) \
173 * particular, DB_TRUNCATE and DB_FCNTL_LOCKING. First, we disallow
186 * reason we support the DB_FCNTL_LOCKING flag is for historic compatibility
351 LF_ISSET(DB_FCNTL_LOCKING) && txn == NULL ? 1 : 0,
402 DB_ASSERT(env, !LF_ISSET(DB_FCNTL_LOCKING));
454 LF_ISSET(DB_FCNTL_LOCKING) && txn == NULL ? 1 : 0,
779 if (LF_ISSET(DB_FCNTL_LOCKING)) {
963 DB_ASSERT(env, LF_ISSET(DB_FCNTL_LOCKING) || fhp == NULL);
1003 if (!F_ISSET(dbp, DB_AM_INMEM) && !LF_ISSET(DB_FCNTL_LOCKING)) {
1031 if (fhp != NULL && !LF_ISSET(DB_FCNTL_LOCKING))
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts324 DB_FCNTL_LOCKING => DEFINE,
H A DBerkeleyDB.pm154 DB_FCNTL_LOCKING
H A Dconstants.h3291 DB_ENV_RPCCLIENT DB_FCNTL_LOCKING DB_FOREIGN_ABORT DB_FREELIST_ONLY
3590 if (memEQ(name, "DB_FCNTL_LOCKING", 16)) {
3592 #ifdef DB_FCNTL_LOCKING
3593 *iv_return = DB_FCNTL_LOCKING;
5497 DB_FCNTL_LOCKING DB_FILEOPEN DB_FILE_ID_LEN DB_FIRST DB_FIXEDLEN
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c1208 (DB_AUTO_COMMIT | DB_CREATE | DB_EXCL | DB_FCNTL_LOCKING | \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1278 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2272 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1267 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2255 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1288 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2277 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1276 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2264 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1315 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2307 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1315 * discard their locks. The DB_FCNTL_LOCKING flag to DB->open is an
2307 #define DB_FCNTL_LOCKING 0x00001000 macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp458 REGISTER_LONG_CONSTANT("DB_FCNTL_LOCKING", DB_FCNTL_LOCKING, CONST_CS | CONST_PERSISTENT);

Completed in 306 milliseconds