Home | History | Annotate | Download | only in tzcode

Lines Matching defs:eofPos

563     int64_t eofPos = (int64_t) file.tellg();
580 eofPos = (int64_t) file.tellg();
582 eofPos = eofPos - (int64_t) file.tellg();
583 if (eofPos == 0) {
590 os << (-eofPos) << " unprocessed bytes at end";