Searched refs:opt_lenb (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/rsync-45/rsync/zlib/
H A Dtrees.c927 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
955 opt_lenb = (s->opt_len+3+7)>>3;
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
962 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
972 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
986 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/sudo-73/src/zlib/
H A Dtrees.c913 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
941 opt_lenb = (s->opt_len+3+7)>>3;
945 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
948 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
952 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
958 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
972 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dtrees.c954 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
982 opt_lenb = (s->opt_len+3+7)>>3;
986 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
989 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
993 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
999 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
1013 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/zlib-55/zlib/
H A Dtrees.c931 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
959 opt_lenb = (s->opt_len+3+7)>>3;
963 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
970 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
976 if (stored_len+4 <= opt_lenb && buf != (char*)0) {
990 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c2309 ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ local
2336 opt_lenb = (s->opt_len+3+7)>>3;
2340 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2343 if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
2353 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable())
2371 && opt_lenb > stored_len - s->minCompr) {
2379 if (stored_len+4 <= opt_lenb && buf != (char*)0)
2395 if (static_lenb == opt_lenb)

Completed in 70 milliseconds