Home | History | Annotate | Download | only in minizip

Lines Matching full:windowbits

1059                                          int windowBits,int memLevel, int strategy,
1218 if (windowBits>0)
1219 windowBits = -windowBits;
1221 err = deflateInit2(&zi->ci.stream, level, Z_DEFLATED, windowBits, memLevel, strategy);
1269 int windowBits,int memLevel, int strategy,
1277 windowBits, memLevel, strategy,
1285 int windowBits,int memLevel, int strategy,
1292 windowBits, memLevel, strategy,
1300 int windowBits,int memLevel, int strategy,
1307 windowBits, memLevel, strategy,