Searched refs:STORED (Results 1 – 7 of 7) sorted by relevance
34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
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;3061 STORED, /* processing stored block */ enumerator3343 s->mode = s->sub.left ? STORED : TYPE;3345 case STORED:
3235 s->method = STORED;4150 STORED, /* processing stored block */ enumerator4432 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE);4434 case STORED: