Searched refs:windowBits (Results 1 – 2 of 2) sorted by relevance
/bootable/recovery/applypatch/ |
D | imgpatch.c | 120 int windowBits = Read4(deflate_header+48); in ApplyImagePatch() local 207 ret = deflateInit2(&strm, level, method, windowBits, memLevel, strategy); in ApplyImagePatch()
|
D | imgdiff.c | 157 int level, method, windowBits, memLevel, strategy; member 534 chunk->level, chunk->method, chunk->windowBits, in TryReconstruction() 545 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits, in TryReconstruction() 586 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream. in ReconstructDeflateChunk() 1025 Write4(tgt_chunks[i].windowBits, f); in main()
|