Lines Matching refs:STORED
60 * - Fixed stored blocks bug in inflateBack()
582 complete that state. Those states are copying stored data, writing a
616 unsigned copy; /* number of stored or match bytes to copy */
838 case 0: /* stored block */
839 Tracev((stderr, "inflate: stored block%s\n",
841 state->mode = STORED;
864 case STORED:
868 strm->msg = (char *)"invalid stored block lengths";
873 Tracev((stderr, "inflate: stored length %u\n",
894 Tracev((stderr, "inflate: stored end\n"));
1424 Z_SYNC_FLUSH but removes the length bytes of the resulting empty stored
1435 return state->mode == STORED && state->bits == 0;