Searched refs:STORED (Results 1 – 19 of 19) sorted by relevance
14 STORED, /* i: waiting for stored size (length and complement) */ enumerator
289 mode = STORED;312 case STORED:
34 STORED, /* i: waiting for stored size (length and complement) */ enumerator
306 state->mode = STORED;326 case STORED:
841 state->mode = STORED;864 case STORED:1435 return state->mode == STORED && state->bits == 0;
306 state->mode = STORED; in inflateBack()326 case STORED: in inflateBack()
841 state->mode = STORED; in inflate()864 case STORED: in inflate()1436 return state->mode == STORED && state->bits == 0; in inflateSyncPoint()
17 STORED, /* processing stored block */ enumerator
197 s->mode = s->sub.left ? STORED : (s->last ? DRY : TYPE); in inflate_blocks()199 case STORED: in inflate_blocks()
168 zipOut.setMethod(ZipOutputStream.STORED); in makeTestZip()
89 entryCompression = ZipEntryCompression.STORED
169 if(outEntry.getMethod() == ZipEntry.STORED){ in processJarFile()
847 entryCopy.setMethod (ZipOutputStream.STORED); in writeZipEntry()