Home
last modified time | relevance | path

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

/external/zlib/contrib/minizip/
Dunzip.c1798 uLong uTotalOutBefore,uTotalOutAfter; in unzReadCurrentFile() local
1816 uTotalOutAfter = pfile_in_zip_read_info->bstream.total_out_lo32; in unzReadCurrentFile()
1817 uOutThis = uTotalOutAfter-uTotalOutBefore; in unzReadCurrentFile()
1823 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
1840 ZPOS64_T uTotalOutBefore,uTotalOutAfter; in unzReadCurrentFile() local
1859 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out; in unzReadCurrentFile()
1860 uOutThis = uTotalOutAfter-uTotalOutBefore; in unzReadCurrentFile()
1871 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore); in unzReadCurrentFile()
/external/chromium/third_party/zlib/contrib/minizip/
Dunzip.c1346 uLong uTotalOutBefore,uTotalOutAfter; variable
1365 uTotalOutAfter = pfile_in_zip_read_info->stream.total_out;
1366 uOutThis = uTotalOutAfter-uTotalOutBefore;
1375 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);