opt_lenb 2299 net/zlib.c ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ opt_lenb 2326 net/zlib.c opt_lenb = (s->opt_len+3+7)>>3; opt_lenb 2330 net/zlib.c opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, opt_lenb 2333 net/zlib.c if (static_lenb <= opt_lenb) opt_lenb = static_lenb; opt_lenb 2343 net/zlib.c if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) opt_lenb 2361 net/zlib.c && opt_lenb > stored_len - s->minCompr) { opt_lenb 2369 net/zlib.c if (stored_len+4 <= opt_lenb && buf != (char*)0) opt_lenb 2385 net/zlib.c if (static_lenb == opt_lenb)