Lines Matching defs:this_entry
1866 off_t this_entry = 0;
1959 this_entry = o - LOG_HEADER_SZ;
1960 if (this_entry < 0) {
1966 this_entry = krb5_storage_seek(sp, 0, SEEK_CUR);
1967 if (!(iter_opts & kadm_unconfirmed) && this_entry == log_end)
1998 if (krb5_storage_seek(sp, this_entry + LOG_HEADER_SZ,
2016 o = krb5_storage_seek(sp, this_entry+LOG_WRAPPER_SZ+len, SEEK_SET);
2028 if (krb5_storage_seek(sp, this_entry, SEEK_SET) == -1) {
2041 ret = krb5_storage_truncate(sp, this_entry);
2043 krb5_storage_seek(sp, this_entry, SEEK_SET) == -1)
2047 this_entry > log_end ? "unconfirmed" : "confirmed");