Home
last modified time | relevance | path

Searched refs:totout (Results 1 - 1 of 1) sorted by relevance

/third_party/zlib/examples/
H A Dzran.c141 off_t totout = 0; // total bytes uncompressed in deflate_index_build() local
191 totout += before - strm.avail_out; in deflate_index_build()
195 (index == NULL || totout - last >= span)) { in deflate_index_build()
202 totout, strm.avail_out, win); in deflate_index_build()
207 last = totout; in deflate_index_build()
231 index->length = totout; in deflate_index_build()

Completed in 2 milliseconds