Searched refs:atEof (Results 1 – 1 of 1) sorted by relevance
857 bool atEof = false; // no feof() aviailable yet in compressFpToFp() local895 atEof = true; in compressFpToFp()899 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize); in compressFpToFp()900 } while (!atEof); in compressFpToFp()