Searched refs:DB_RMW (Results 1 – 8 of 8) sorted by relevance
153 (LF_ISSET(DB_RMW) ? DB_LOCK_IWRITE : DB_LOCK_READ);159 if (LF_ISSET(DB_RMW))349 flags == 0 || flags == DB_RMW ? flags | DB_SET : flags);391 if ((ret = dbc->c_get(dbc, key, &tdata, DB_SET | DB_RMW)) == 0)
81 LF_CLR(DB_RMW);266 LF_CLR(DB_RMW);
184 __db_fchk(dbp->dbenv, "DBcursor->c_get", flags, DB_RMW)) != 0)
107 f_init |= DB_RMW;108 f_next |= DB_RMW;
552 if (LF_ISSET(DB_RMW)) {557 LF_CLR(DB_RMW);
367 if (LF_ISSET(DB_RMW)) {372 LF_CLR(DB_RMW);
530 if (LF_ISSET(DB_RMW)) {532 LF_CLR(DB_RMW);
375 #define DB_RMW 0x80000000 /* Acquire write flag immediately. */ macro