Searched refs:DB_WRITELOCK (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_iface.c367 mode = (op == DB_WRITELOCK) ? DB_LOCK_WRITE :
375 if (op == DB_WRITELOCK)
427 case DB_WRITELOCK:
671 mode = DB_WRITELOCK;
681 mode == DB_WRITELOCK || LF_ISSET(DB_RMW) ? 0 : 1)) != 0)
733 mode = DB_WRITELOCK;
H A Ddb_am.c327 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
443 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
H A Ddb_meta.c726 if ((ret = __db_cursor(dbp, ip, txn, &dbc, DB_WRITELOCK)) != 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts310 DB_WRITELOCK => DEFINE,
H A DBerkeleyDB.pm541 DB_WRITELOCK
H A Dconstants.h1192 DB_TXN_APPLY DB_TXN_PRINT DB_WRITELOCK DB_WRITEOPEN DB_XA_CREATE */
1622 if (memEQ(name, "DB_WRITELOCK", 12)) {
1624 #ifdef DB_WRITELOCK
1625 *iv_return = DB_WRITELOCK;
5595 DB_WRITECURSOR DB_WRITELOCK DB_WRITEOPEN DB_WRNOSYNC
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1155 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1144 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1165 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1153 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1192 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1192 #define DB_WRITELOCK 31 /* Db.cursor (internal) */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp591 REGISTER_LONG_CONSTANT("DB_WRITELOCK", DB_WRITELOCK, CONST_CS | CONST_PERSISTENT);

Completed in 244 milliseconds