Home | History | Annotate | Download | only in exchange

Lines Matching refs:totalRead

923                         int totalRead = 0;
930 userLog("Attachment load reached EOF, totalRead: ", totalRead);
935 totalRead += read;
944 if (totalRead > length) {
945 errorLog("totalRead is greater than attachment length?");
948 int pct = (totalRead * 100) / length;