Searched refs:eofExpected (Results 1 – 1 of 1) sorted by relevance
230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData() argument239 if (eofExpected && feof(in) && !ferror(in)) { in ebReadData()