Searched refs:zstream (Results 1 – 1 of 1) sorted by relevance
1265 z_stream zstream; in inflateImpl() local1271 memset(&zstream, 0, sizeof(zstream)); in inflateImpl()1272 zstream.zalloc = Z_NULL; in inflateImpl()1273 zstream.zfree = Z_NULL; in inflateImpl()1274 zstream.opaque = Z_NULL; in inflateImpl()1275 zstream.next_in = NULL; in inflateImpl()1276 zstream.avail_in = 0; in inflateImpl()1277 zstream.next_out = &write_buf[0]; in inflateImpl()1278 zstream.avail_out = kBufSize; in inflateImpl()1279 zstream.data_type = Z_UNKNOWN; in inflateImpl()[all …]