Searched refs:method (Results 1 – 4 of 4) sorted by relevance
80 Byte method; /* STORED (for zip only) or DEFLATED */ member
170 int method, in zlib_deflateInit2() argument198 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || in zlib_deflateInit2()247 s->method = (Byte)method; in zlib_deflateInit2()
919 s->method = STORED;
1197 char method; in gunzip() local1204 method = NEXTBYTE(); in gunzip()1213 if (method != 8) { in gunzip()