Home
last modified time | relevance | path

Searched refs:available_data (Results 1 – 1 of 1) 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() local
192 if (len <= available_data) { in read_unlocked()
202 for (size_t i = 0; i < available_data; ++i) in read_unlocked()
206 size_t to_fetch = len - available_data; in read_unlocked()
214 return available_data + fetched_size; in read_unlocked()
232 return transfer_size + available_data; in read_unlocked()