Searched refs:STORED (Results 1 – 10 of 10) sorted by relevance
14 STORED, /* i: waiting for stored size (length and complement) */ enumerator
289 mode = STORED;312 case STORED:
34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
306 state->mode = STORED;326 case STORED:
864 state->mode = STORED;887 case STORED:1458 return state->mode == STORED && state->bits == 0;
17 STORED, /* processing stored block */ enumerator
197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); in inflate_blocks()199 case STORED: in inflate_blocks()
297 state->mode = STORED;317 case STORED:
825 state->mode = STORED;848 case STORED:1403 return state->mode == STORED && state->bits == 0;
Completed in 14 milliseconds