Searched refs:c_state_out_len (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/
H A Dbzlib.c598 Int32 c_state_out_len = s->state_out_len; local
615 if (c_state_out_len > 0) {
618 if (c_state_out_len == 1) break;
621 c_state_out_len--;
628 c_state_out_len = 1; goto return_notr;
642 c_state_out_len = 0; goto return_notr;
652 c_state_out_len = 2;
657 c_state_out_len = 3;
663 c_state_out_len = ((Int32)k1) + 4;
676 s->state_out_len = c_state_out_len;
[all...]

Completed in 185 milliseconds