Home | History | Annotate | Download | only in zipalign

Lines Matching defs:atEof

860     bool atEof = false;     // no feof() aviailable yet
898 atEof = true;
902 ZopfliDeflate(&options, 2, atEof, inBuf, getSize, &bp, &outBuf, &outSize);
903 } while (!atEof);