Lines Matching refs:iRead
1882 uInt iRead = 0;
1965 return (iRead==0) ? UNZ_EOF : (int)iRead;
1988 iRead += uDoCopy;
2018 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
2028 return (iRead==0) ? UNZ_EOF : iRead;
2069 iRead += (uInt)(uTotalOutAfter - uTotalOutBefore);
2072 return (iRead==0) ? UNZ_EOF : (int)iRead;
2079 return (int)iRead;