Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp152 size_t cached_bytes = GetCachedBytes (dst, dst_len); in Read() local
153 if (cached_bytes > 0 || timeout_usec == 0) in Read()
156 return cached_bytes; in Read()