Lines Matching refs:seqno
60 int seqno; member
270 state->seqno = 0; in z_comp_init()
291 state->seqno = 0; in z_comp_reset()
410 wptr[0] = state->seqno >> 8; in z_compress()
411 wptr[1] = state->seqno; in z_compress()
419 if ((state->flags & DS_TESTOUT) && (state->seqno % 100) == 50) in z_compress()
430 ++state->seqno; in z_compress()
571 ++state->seqno; in z_incomp()
721 state->seqno = 0; in z_decomp_init()
743 state->seqno = 0; in z_decomp_reset()
844 if ((state->flags & DS_TESTIN) && (state->seqno % 300) == 101) in z_decompress()
847 if (seq != state->seqno++) { in z_decompress()
852 state->unit, seq, state->seqno - 1); in z_decompress()