Lines Matching refs:eof
742 int eof /* true if this is the last block for a file */
745 send_bits(s, (STORED_BLOCK<<1)+eof, 3); /* send block type */
806 int eof /* true if this is the last block for a file */
856 if (eof && s->compressed_len == 0L) { /* force stored file */
858 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
881 zlib_tr_stored_block(s, buf, stored_len, eof);
888 send_bits(s, (STATIC_TREES<<1)+eof, 3);
892 send_bits(s, (DYN_TREES<<1)+eof, 3);
901 if (eof) {
906 s->compressed_len-7*eof));