Home
last modified time | relevance | path

Searched refs:read_limit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/src/__support/File/
H A Dfile.cpp191 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()
H A Dfile.h95 size_t read_limit; variable
135 mode(modeflags), pos(0), prev_op(FileOp::NONE), read_limit(0), in File()
157 f->read_limit = f->pos = 0; in init()