Searched defs:eof (Results 1 – 6 of 6) sorted by relevance
75 int32_t ReadLineLength(FILE* stream, bool* eof) { in ReadLineLength()91 std::string ReadOneLine(FILE* stream, bool* eof) { in ReadOneLine()
232 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
123 bool eof; in OnStdoutReady() local
187 int fd, void* buf, size_t count, size_t* out_bytes_read, bool* eof) { in ReadAll()
125 int eof; member