Home
last modified time | relevance | path

Searched refs:zstream (Results 1 – 1 of 1) sorted by relevance

/system/core/libziparchive/
Dzip_archive.cc1095 z_stream zstream; in InflateEntryToWriter() local
1101 memset(&zstream, 0, sizeof(zstream)); in InflateEntryToWriter()
1102 zstream.zalloc = Z_NULL; in InflateEntryToWriter()
1103 zstream.zfree = Z_NULL; in InflateEntryToWriter()
1104 zstream.opaque = Z_NULL; in InflateEntryToWriter()
1105 zstream.next_in = NULL; in InflateEntryToWriter()
1106 zstream.avail_in = 0; in InflateEntryToWriter()
1107 zstream.next_out = &write_buf[0]; in InflateEntryToWriter()
1108 zstream.avail_out = kBufSize; in InflateEntryToWriter()
1109 zstream.data_type = Z_UNKNOWN; in InflateEntryToWriter()
[all …]