Home | History | Annotate | Download | only in libziparchive

Lines Matching refs:window_bits

1085 static inline int zlib_inflateInit2(z_stream* stream, int window_bits) {
1086 return inflateInit2(stream, window_bits);