Lines Matching refs:STORED
60 * - Fixed stored blocks bug in inflateBack()
566 complete that state. Those states are copying stored data, writing a
600 unsigned copy; /* number of stored or match bytes to copy */
822 case 0: /* stored block */
823 Tracev((stderr, "inflate: stored block%s\n",
825 state->mode = STORED;
848 case STORED:
852 strm->msg = (char *)"invalid stored block lengths";
857 Tracev((stderr, "inflate: stored length %u\n",
878 Tracev((stderr, "inflate: stored end\n"));
1392 Z_SYNC_FLUSH but removes the length bytes of the resulting empty stored
1403 return state->mode == STORED && state->bits == 0;