Searched refs:zstream (Results 1 – 1 of 1) sorted by relevance
582 z_stream zstream; in inflateToFile() local591 memset(&zstream, 0, sizeof(zstream)); in inflateToFile()592 zstream.zalloc = Z_NULL; in inflateToFile()593 zstream.zfree = Z_NULL; in inflateToFile()594 zstream.opaque = Z_NULL; in inflateToFile()595 zstream.next_in = NULL; in inflateToFile()596 zstream.avail_in = 0; in inflateToFile()597 zstream.next_out = (Bytef*) writeBuf; in inflateToFile()598 zstream.avail_out = kBufSize; in inflateToFile()599 zstream.data_type = Z_UNKNOWN; in inflateToFile()[all …]