Searched defs:uTotalOutBefore (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.c1798 uLong uTotalOutBefore,uTotalOutAfter; local
1811 uTotalOutBefore = pfile_in_zip_read_info->bstream.total_out_lo32;
1817 uOutThis = uTotalOutAfter-uTotalOutBefore;
1823 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
1840 ZPOS64_T uTotalOutBefore,uTotalOutAfter; local
1845 uTotalOutBefore = pfile_in_zip_read_info->stream.total_out;
1860 uOutThis = uTotalOutAfter-uTotalOutBefore;
1871 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
H A Dzip.c1472 uLong uTotalOutBefore = zi->ci.stream.total_out; local
1474 if(uTotalOutBefore > zi->ci.stream.total_out)
1480 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
1534 uLong uTotalOutBefore; local
1542 uTotalOutBefore = zi->ci.stream.total_out;
1544 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.stream.total_out - uTotalOutBefore) ;
1553 uLong uTotalOutBefore; local
1561 uTotalOutBefore = zi->ci.bstream.total_out_lo32;
1566 zi->ci.pos_in_buffered_data += (uInt)(zi->ci.bstream.total_out_lo32 - uTotalOutBefore);

Completed in 55 milliseconds