Home | History | Annotate | Download | only in minizip

Lines Matching refs:iRead

1687     uInt iRead = 0;
1770 return (iRead==0) ? UNZ_EOF : iRead;
1793 iRead += uDoCopy;
1823 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
1833 return (iRead==0) ? UNZ_EOF : iRead;
1871 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
1874 return (iRead==0) ? UNZ_EOF : iRead;
1881 return iRead;