Searched refs:inflateInit2 (Results 1 – 8 of 8) sorted by relevance
56 if ((err = inflateInit2(&zs, DEF_WBITS | 0x20)) != Z_OK) in z_uncompress()
1340 #define inflateInit2(strm, windowBits) \ macro
535 extern int inflateInit2 OF((z_stream *strm,
154 if (inflateInit2(&state->strm, -w_size) != Z_OK) {
2802 int inflateInit2(z, w) in inflateInit2() function2851 return inflateInit2(z, DEF_WBITS);
162 if (inflateInit2(zsp, MAX_WBITS | 0x20) != Z_OK) { in cf_check_compressed()
1189 #define inflateInit2(strm, windowBits) \ macro
677 if (inflateInit2(&state->strm, -w_size) != Z_OK) { in z_decomp_alloc()