Searched refs:at_eof (Results 1 – 9 of 9) sorted by relevance
50 bool crc_mode, at_eof, tx_ack; member429 xyz.at_eof = false; in xyzModem_stream_open()495 while (!xyz.at_eof && (size > 0)) in xyzModem_stream_read()573 xyz.at_eof = true; in xyzModem_stream_read()588 if (!xyz.at_eof) in xyzModem_stream_read()641 xyz.at_eof = true; in xyzModem_stream_terminate()
372 bool at_eof() const { return Data >= End; } in at_eof() function
269 self.assertFalse(stream.at_eof())272 self.assertFalse(stream.at_eof())275 self.assertFalse(stream.at_eof())280 self.assertTrue(stream.at_eof())
393 bool at_eof() const { return Data >= End; } in at_eof() function
423 def at_eof(self): member in StreamReader
366 while (!at_eof()) { in read()
212 .. method:: at_eof()
427 while (!at_eof()) { in read()
2464 StreamReader.at_eof(); properly handle duplicate coroutines/futures