Home | History | Annotate | Download | only in minizip

Lines Matching defs:iRead

1554     uInt iRead = 0;
1637 return (iRead==0) ? UNZ_EOF : (int)iRead;
1660 iRead += uDoCopy;
1690 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
1700 return (iRead==0) ? UNZ_EOF : iRead;
1741 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
1744 return (iRead==0) ? UNZ_EOF : (int)iRead;
1751 return (int)iRead;