Home
last modified time | relevance | path

Searched refs:opt_lenb (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dtrees.c918 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
946 opt_lenb = (s->opt_len+3+7)>>3;
950 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
953 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
957 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
963 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2287 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2314 opt_lenb = (s->opt_len+3+7)>>3;
2318 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2321 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2331 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
2349 && opt_lenb > stored_len - s->minCompr) {
2357 if (stored_len+4 <= opt_lenb && buf != (char*)0)
2373 if (static_lenb == opt_lenb)
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3161 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
3196 opt_lenb = (s->opt_len+3+7)>>3;
3201 opt_lenb, s->opt_len, static_lenb, s->static_len,
3204 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
3209 opt_lenb = static_lenb = stored_len + 5;
3221 #define FRC_STR_COND stored_len <= opt_lenb && eof && \
3243 #define FRC_STR_COND stored_len+4 <= opt_lenb && buf != (char *)0
3260 #define FRC_STAT_COND static_lenb == opt_lenb