Lines Matching refs:seqno
25 int seqno; member
150 state->seqno = 0; in z_comp_init()
170 state->seqno = 0; in z_comp_reset()
213 put_unaligned_be16(state->seqno, wptr); in z_compress()
218 ++state->seqno; in z_compress()
365 state->seqno = 0; in z_decomp_init()
386 state->seqno = 0; in z_decomp_reset()
428 if (seq != (state->seqno & 0xffff)) { in z_decompress()
431 state->unit, seq, state->seqno & 0xffff); in z_decompress()
434 ++state->seqno; in z_decompress()
529 ++state->seqno; in z_incomp()