Home | History | Annotate | Download | only in applypatch

Lines Matching refs:deflate

35  * image must have been generated using the same deflate encoder that
54 * magic number; 08 specifies the "deflate" encoding [the only encoding
67 * chunk type (4) [CHUNK_{NORMAL, GZIP, DEFLATE, RAW}]
133 unsigned char* data; // data to be patched (uncompressed, for deflate chunks)
142 // original (compressed) deflate data
148 // deflate encoder parameters
238 if (method != 8) { // 8 == deflate
315 // -15 means we are decoding a 'raw' deflate stream; zlib will
337 // next deflate section.
400 p[2] == 0x08 && // deflate compression
440 // -15 means we are decoding a 'raw' deflate stream; zlib will
542 ret = deflate(&strm, Z_FINISH);
568 printf("attempt to reconstruct non-deflate chunk\n");
701 * a single chunk. (Such runs can be produced when deflate chunks are
817 // structure (ie, the same sequence of deflate and normal chunks).
854 printf("failed to reconstruct target deflate chunk %d [%s]; "
868 // If two deflate chunks are identical (eg, the kernel has not
910 // data, in the case of deflate chunks).
974 printf("chunk %3d: deflate (%10d, %10d) %10d %s\n", i,