stored_len        284 tools/packfi2/deflate.h void _tr_flush_block  OF((deflate_state *s, charf *buf, ulg stored_len,
stored_len        287 tools/packfi2/deflate.h void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
stored_len        867 tools/packfi2/trees.c void _tr_stored_block(s, buf, stored_len, eof)
stored_len        870 tools/packfi2/trees.c     ulg stored_len;   /* length of input block */
stored_len        876 tools/packfi2/trees.c     s->compressed_len += (stored_len + 4) << 3;
stored_len        878 tools/packfi2/trees.c     copy_block(s, buf, (unsigned)stored_len, 1); /* with header */
stored_len        921 tools/packfi2/trees.c void _tr_flush_block(s, buf, stored_len, eof)
stored_len        924 tools/packfi2/trees.c     ulg stored_len;   /* length of input block */
stored_len        934 tools/packfi2/trees.c         if (stored_len > 0 && s->strm->data_type == Z_UNKNOWN)
stored_len        959 tools/packfi2/trees.c                 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
stored_len        966 tools/packfi2/trees.c         opt_lenb = static_lenb = stored_len + 5; /* force a stored block */
stored_len        972 tools/packfi2/trees.c     if (stored_len+4 <= opt_lenb && buf != (char*)0) {
stored_len        981 tools/packfi2/trees.c         _tr_stored_block(s, buf, stored_len, eof);