Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DThreadedCommunication.cpp87 size_t cached_bytes = GetCachedBytes(dst, dst_len); in Read() local
88 if (cached_bytes > 0) { in Read()
90 return cached_bytes; in Read()
114 cached_bytes = GetCachedBytes(dst, dst_len); in Read()
115 if (cached_bytes > 0) { in Read()
117 return cached_bytes; in Read()