Home | History | Annotate | Download | only in infback9

Lines Matching refs:STORED

238     unsigned long copy;         /* number of stored or match bytes to copy */
286 case 0: /* stored block */
287 Tracev((stderr, "inflate: stored block%s\n",
289 mode = STORED;
312 case STORED:
313 /* get and verify stored block length */
317 strm->msg = (char *)"invalid stored block lengths";
322 Tracev((stderr, "inflate: stored length %lu\n",
326 /* copy stored block from input to output */
340 Tracev((stderr, "inflate: stored end\n"));