Searched refs:STORED (Results 1 – 10 of 10) sorted by relevance
34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
306 state->mode = STORED;326 case STORED:
841 state->mode = STORED;864 case STORED:1435 return state->mode == STORED && state->bits == 0;
297 state->mode = STORED; in inflateBack()317 case STORED: in inflateBack()
856 state->mode = STORED; in inflate()879 case STORED: in inflate()1459 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
235 #define STORED 0 macro
1595 STORED, /* i: waiting for stored size (length and complement) */ enumerator3007 state->mode = STORED;3026 case STORED:3541 return state->mode == STORED && state->bits == 0;
2339 s->method = STORED;3054 STORED, /* processing stored block */ enumerator3336 s->mode = s->sub.left ? STORED : TYPE;3338 case STORED:
3237 s->method = STORED;4152 STORED, /* processing stored block */ enumerator4434 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);4436 case STORED: