Searched refs:STORED (Results 1 – 10 of 10) sorted by relevance
34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
293 state->mode = STORED; in inflateBack()317 case STORED: in inflateBack()
865 state->mode = STORED; in inflate()892 case STORED: in inflate()1523 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
864 state->mode = STORED; in inflate()891 case STORED: in inflate()1522 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
293 state->mode = STORED; in inflateBack()313 case STORED: in inflateBack()
840 state->mode = STORED; in inflate()863 case STORED: in inflate()1436 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
51 #define STORED 0 /* compression methods */ macro