Searched refs:read_limit (Results 1 – 2 of 2) sorted by relevance
191 size_t available_data = read_limit - pos; in read_unlocked()204 read_limit = pos = 0; // Reset the pointers. in read_unlocked()221 read_limit += fetched_size; in read_unlocked()247 offset -= (read_limit - pos); in seek()249 pos = read_limit = 0; in seek()
95 size_t read_limit; variable135 mode(modeflags), pos(0), prev_op(FileOp::NONE), read_limit(0), in File()157 f->read_limit = f->pos = 0; in init()