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()
364 state->seqno = 0; in z_decomp_init()
385 state->seqno = 0; in z_decomp_reset()
427 if (seq != (state->seqno & 0xffff)) { in z_decompress()
430 state->unit, seq, state->seqno & 0xffff); in z_decompress()
433 ++state->seqno; in z_decompress()
528 ++state->seqno; in z_incomp()