Home | History | Annotate | Download | only in applypatch

Lines Matching refs:windowBits

80  *                windowBits      (4)
94 * windowBits (4)
157 int level, method, windowBits, memLevel, strategy;
534 chunk->level, chunk->method, chunk->windowBits,
545 ret = deflateInit2(&strm, chunk->level, chunk->method, chunk->windowBits,
570 * we started with. Sets the level, method, windowBits, memLevel, and
586 chunk->windowBits = -15; // 32kb window; negative to indicate a raw stream.
1025 Write4(tgt_chunks[i].windowBits, f);