Searched defs:eof (Results 1 – 5 of 5) sorted by relevance
75 int32_t ReadLineLength(FILE* stream, bool* eof) { in ReadLineLength()91 std::string ReadOneLine(FILE* stream, bool* eof) { in ReadOneLine()
259 bool eof; in OnProgressFdReady() local
291 std::vector<Command> ParseSocketCommands(bool& eof) { in ParseSocketCommands()493 std::vector<Command> ParseCommands(bool& eof) { in ParseCommands()1080 bool eof = false; in Main() local
124 bool eof; in OnStdoutReady() local
123 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll()