Lines Matching refs:couple
270 DB_LOCKREQ couple[2];
284 * otherwise, lock couple. If we fail and it's not a system error,
288 couple[0].op = DB_LOCK_GET;
289 couple[0].obj = &dbc->lock_dbt;
290 couple[0].mode = mode;
291 couple[1].op = DB_LOCK_PUT;
292 couple[1].lock = *lockp;
296 dbc->locker, 0, couple, 2, NULL);
299 dbc->txn, 0, couple, 2, NULL);
306 *lockp = couple[0].lock;