ZIP_ZF_EOF         68 ext/zip/lib/zip_fclose.c     else if ((zf->flags & ZIP_ZF_CRC) && (zf->flags & ZIP_ZF_EOF)) {
ZIP_ZF_EOF        152 ext/zip/lib/zip_fopen_index.c     if ((zf->flags & ZIP_ZF_EOF) || zf->cbytes_left <= 0 || buflen <= 0)
ZIP_ZF_EOF         56 ext/zip/lib/zip_fread.c     if ((zf->flags & ZIP_ZF_EOF) || (toread == 0))
ZIP_ZF_EOF         60 ext/zip/lib/zip_fread.c 	zf->flags |= ZIP_ZF_EOF;