Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp88 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read() local
89 if (cached_bytes > 0) { in Read()
91 return cached_bytes; in Read()
115 cached_bytes = GetCachedBytes(dst, dst_len); in Read()
116 if (cached_bytes > 0) { in Read()
118 return cached_bytes; in Read()