Lines Matching refs:seqno
64 int seqno; member
208 state->seqno = 0; in z_comp_init()
223 state->seqno = 0; in z_comp_reset()
272 wptr[0] = state->seqno >> 8; in z_compress()
273 wptr[1] = state->seqno; in z_compress()
283 ++state->seqno; in z_compress()
425 state->seqno = 0; in z_decomp_init()
441 state->seqno = 0; in z_decomp_reset()
488 if (seq != state->seqno) { in z_decompress()
491 state->unit, seq, state->seqno); in z_decompress()
494 ++state->seqno; in z_decompress()
622 ++state->seqno; in z_incomp()