Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/kdb/
H A Dkdb_log.c341 indx_log->kdb_commit = FALSE; in store_update()
348 indx_log->kdb_commit = TRUE; in store_update()
424 if (!upd->kdb_commit) in ulog_replay()
635 upd->kdb_commit = indx_log->kdb_commit; in ulog_get_entries()
H A Diprop.x176 bool kdb_commit; /* Is the entry committed or not ? */ member
H A Diprop_xdr.c277 if (!xdr_bool (xdrs, &objp->kdb_commit)) in xdr_kdb_incr_update_t()
/freebsd/crypto/krb5/src/include/
H A Dkdb_log.h91 bool_t kdb_commit; /* Is the entry committed or not */ member
H A Diprop.h149 bool_t kdb_commit; member
/freebsd/crypto/krb5/src/kprop/
H A Dkproplog.c380 indx_log->kdb_commit ? "True" : "False"); in print_update()