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

/ast/src/lib/libbz/
H A Dbzlib.c582 Int32 c_state_out_len = s->state_out_len; local
597 if (c_state_out_len > 0) {
600 if (c_state_out_len == 1) break;
603 c_state_out_len--;
610 c_state_out_len = 1; goto return_notr;
620 c_state_out_len = 0; goto return_notr;
630 c_state_out_len = 2;
635 c_state_out_len = 3;
641 c_state_out_len = ((Int32)k1) + 4;
651 s->state_out_len = c_state_out_len;
[all...]

Completed in 916 milliseconds