Searched refs:unread_count (Results 1 – 2 of 2) sorted by relevance
143 size_t unread_count = std::min<size_t>(position_, length); in Unread() local144 fseek(file_, position_ - unread_count, SEEK_SET); in Unread()145 position_ -= unread_count; in Unread()147 fseek(file_, position_ - unread_count, SEEK_SET); in Unread()148 position_ -= unread_count; in Unread()
135 size_t unread_count = std::min<size_t>(position_, length); in Unread() local136 position_ -= unread_count; in Unread()138 position_ -= unread_count; in Unread()