Lines Matching refs:epoch
119 int rem, i, content, reclen, msglen, fragoff, fraglen, epoch;
139 epoch = (rec[RECORD_EPOCH_HI] << 8) | rec[RECORD_EPOCH_LO];
140 printf("** Record Epoch: %d\n", epoch);
152 if (epoch > 0) {
266 unsigned int epoch;
350 unsigned int seq, offset, len, epoch;
376 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO];
377 if (epoch != ctx->epoch) {
378 ctx->epoch = epoch;
393 if (ctx->droprec == (int)ctx->currrec && ctx->dropepoch == epoch) {
423 unsigned int epoch;
431 * always be the one where any epoch change occurs.
440 epoch = (rec[EPOCH_HI] << 8) | rec[EPOCH_LO];
446 /* Assumes the epoch change does not happen on the first record */
447 if (epoch != ctx->epoch) {