Home | History | Annotate | Download | only in tzcode

Lines Matching refs:eofPos

564     int64_t eofPos = (int64_t) file.tellg();
581 eofPos = (int64_t) file.tellg();
583 eofPos = eofPos - (int64_t) file.tellg();
584 if (eofPos == 0) {
591 os << (-eofPos) << " unprocessed bytes at end";