Home | History | Annotate | Download | only in hdb

Lines Matching refs:kvno

45   	kvno
151 unsigned int kvno, Key *key)
162 sz = append_string(context, sp, "\t%u\t%u\t%d\t%d\t", key_versions, kvno,
231 /* --- kvno */
232 append_string(context, sp, "%d", ent->kvno);
413 * MIT uses the highest kvno as the current kvno instead of
414 * tracking kvno separately, so we can't dump keysets with kvno
415 * higher than the entry's kvno.
417 if (hist_keys->val[i].kvno >= ent->kvno)
497 * Dump keys (remembering to not include any with kvno higher than
498 * the entry's because MIT doesn't track entry kvno separately from
499 * the entry's keys -- max kvno is it)
505 sz = append_mit_key(context, sp, ent->principal, ent->kvno,
509 for (i = 0; hist_keys && i < ent->kvno; i++) {
514 if (hist_keys->val[k].kvno != ent->kvno - i)
521 hist_keys->val[k].kvno,