Searched refs:IsEOF (Results 1 – 2 of 2) sorted by relevance
139 bool *IsEOF) { in readBytes() argument147 if (Completed == 0 && IsEOF) { in readBytes()148 *IsEOF = true; in readBytes()156 if (Disconnected && IsEOF) { // disconnect called, pretend this is EOF. in readBytes()157 *IsEOF = true; in readBytes()193 bool IsEOF = false; in listenLoop() local194 if (auto Err2 = readBytes(HeaderBuffer, FDMsgHeader::Size, &IsEOF)) { in listenLoop()198 if (IsEOF) in listenLoop()
131 Error readBytes(char *Dst, size_t Size, bool *IsEOF = nullptr);