Searched refs:opt_lenb (Results 1 – 1 of 1) sorted by relevance
863 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local890 opt_lenb = (s->opt_len+3+7)>>3;894 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,897 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;901 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {926 if (stored_len+4 <= opt_lenb && buf != (char*)0) {940 } else if (static_lenb == opt_lenb) {