Home
last modified time | relevance | path

Searched refs:DB_WRITELOCK (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/db/
H A Ddb_am.c152 mode = (op == DB_WRITELOCK) ? DB_LOCK_WRITE :
161 if (op == DB_WRITELOCK)
378 if ((ret = dbp->cursor(dbp, txn, &dbc, DB_WRITELOCK)) != 0)
/titanic_50/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c89 if ((ret = dbp->cursor(dbp, txn, &dbc, DB_WRITELOCK)) != 0)
H A Dbt_recno.c215 if ((ret = dbp->cursor(dbp, txn, &dbc, DB_WRITELOCK)) != 0)
371 if ((ret = dbp->cursor(dbp, txn, &dbc, DB_WRITELOCK)) != 0)
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb.h372 #define DB_WRITELOCK 24 /* cursor() (internal) */ macro
/titanic_50/usr/src/cmd/sendmail/db/hash/
H A Dhash.c253 if ((ret = dbp->cursor(dbp, txn, &dbc, DB_WRITELOCK)) != 0)