Lines Matching refs:seqno
28 int seqno; member
153 state->seqno = 0; in z_comp_init()
173 state->seqno = 0; in z_comp_reset()
216 put_unaligned_be16(state->seqno, wptr); in z_compress()
221 ++state->seqno; in z_compress()
368 state->seqno = 0; in z_decomp_init()
389 state->seqno = 0; in z_decomp_reset()
431 if (seq != (state->seqno & 0xffff)) { in z_decompress()
434 state->unit, seq, state->seqno & 0xffff); in z_decompress()
437 ++state->seqno; in z_decompress()
532 ++state->seqno; in z_incomp()