Lines Matching full:epoch
129 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch;
149 epoch = (rec[RECORD_EPOCH_HI] << 8) | rec[RECORD_EPOCH_LO];
150 printf("** Record Epoch: %d\n", epoch);
162 if (epoch > 0) {
276 unsigned int epoch;
360 unsigned int seq, offset, len, epoch;
386 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO];
387 if (epoch != ctx->epoch) {
388 ctx->epoch = epoch;
403 if (ctx->droprec == (int)ctx->currrec && ctx->dropepoch == epoch) {
433 unsigned int epoch;
441 * always be the one where any epoch change occurs.
450 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO];
456 /* Assumes the epoch change does not happen on the first record */
457 if (epoch != ctx->epoch) {