Searched refs:IsEOF (Results 1 – 3 of 3) 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);
3586 while (!reader->lpVtbl->IsEOF(reader)) { in xmllite_read_toc()