Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp584 int read_count = in GetCharacter() local
588 while (read_count > 0 && status == lldb::eConnectionStatusSuccess) in GetCharacter()
589 read_count = in GetCharacter()
595 if (read_count) { in GetCharacter()
1620 size_t read_count = m_input_connection.Read( in CompleteCharacter()
1622 if (read_count == 0) in CompleteCharacter()