Value: /* Release the upgraded lock. */ \ if (F_ISSET(dbc, DBC_WRITECURSOR)) \ (void)CDB___lock_downgrade( \ (dbp)->dbenv, &(dbc)->mylock, DB_LOCK_IWRITE, 0); Definition at line 45 of file db_cam.c. Referenced by CDB___db_c_del(), and CDB___db_c_put().
|