Searched refs:stored_len (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h269 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len,
272 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len,
H A Ddeftree.c795 ulg stored_len, /* length of input block */
801 s->compressed_len += (stored_len + 4) << 3;
803 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
859 ulg stored_len, /* length of input block */
894 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
901 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
912 if (stored_len <= opt_lenb && eof && s->compressed_len==0L && seekable()) {
917 copy_block(s, buf, (unsigned)stored_len, 0); /* without header */
918 s->compressed_len = stored_len << 3;
926 if (stored_len
792 zlib_tr_stored_block( deflate_state *s, char *buf, ulg stored_len, int eof ) argument
856 zlib_tr_flush_block( deflate_state *s, char *buf, ulg stored_len, int eof ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
870 ulg stored_len; /* length of input block */
876 s->compressed_len += (stored_len + 4) << 3;
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
921 void _tr_flush_block(s, buf, stored_len, eof)
924 ulg stored_len; /* length of input block */
934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
972 if (stored_len
[all...]
H A Ddeflate.h284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c867 void _tr_stored_block(s, buf, stored_len, eof)
870 ulg stored_len; /* length of input block */
876 s->compressed_len += (stored_len + 4) << 3;
878 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
921 void _tr_flush_block(s, buf, stored_len, eof)
924 ulg stored_len; /* length of input block */
934 if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
959 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
966 opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
972 if (stored_len
[all...]
H A Ddeflate.h284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c741 * ulg flush_block(char *buf, ulg stored_len, int eof)
1590 static ulg flush_block(char *buf, ulg stored_len, int eof) argument
1618 opt_lenb, G2.opt_len, static_lenb, G2.static_len, stored_len,
1628 if (stored_len <= opt_lenb && eof && G2.compressed_len == 0L && seekable()) {
1633 copy_block(buf, (unsigned) stored_len, 0); /* without header */
1634 G2.compressed_len = stored_len << 3;
1636 } else if (stored_len + 4 <= opt_lenb && buf != NULL) {
1646 G2.compressed_len += (stored_len + 4) << 3;
1648 copy_block(buf, (unsigned) stored_len, 1); /* with header */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
2224 local void ct_stored_block(s, buf, stored_len, eof)
2227 ulg stored_len; /* length of input block */
2232 s->compressed_len += (stored_len + 4) << 3;
2234 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2281 local ulg ct_flush_block(s, buf, stored_len, flush)
2284 ulg stored_len; /* length of input block */
2318 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2331 if (stored_len <
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c530 ulg _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
533 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
2622 void _tr_stored_block(s, buf, stored_len, eof)
2625 ulg stored_len; /* length of input block */
2630 s->compressed_len += (stored_len + 4) << 3;
2632 copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
2683 ulg _tr_flush_block(s, buf, stored_len, eof)
2686 ulg stored_len; /* length of input block */
2720 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
2727 opt_lenb = static_lenb = stored_len
[all...]

Completed in 107 milliseconds