Home | History | Annotate | Download | only in zlib

Lines Matching full:sent

72 /* The lengths of the bit length codes are sent in order of decreasing
646 * and that at least one bit should be sent even if there is only one
819 * requires that at least 4 bit length codes be sent. (appnote.txt says
855 Tracev((stderr, "\nbl tree: sent %ld", s->bits_sent));
858 Tracev((stderr, "\nlit tree: sent %ld", s->bits_sent));
861 Tracev((stderr, "\ndist tree: sent %ld", s->bits_sent));
901 /* Of the 10 bits for the empty block, we have already sent
904 * of the EOB plus what we have just sent of the empty static block.