Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c136 unsigned int ro_tx:1; member
389 db->ro_tx = 0; in heim_db_create()
497 if (db->in_transaction && (read_only || !db->ro_tx || (!read_only && !db->ro_tx))) in heim_db_begin()
540 db->ro_tx = !!read_only; in heim_db_begin()
573 db->ro_tx = 0; in heim_db_commit()
577 if (db->ro_tx) { in heim_db_commit()
665 db->ro_tx = 0; in heim_db_commit()
709 db->ro_tx = 0; in heim_db_rollback()
848 if (db->ro_tx) { in heim_db_set_value()
917 if (db->ro_tx) { in heim_db_delete_key()