Home | History | Annotate | Download | only in bzip2

Lines Matching refs:corrupt

559          /* Only caused by corrupt data stream? */
632 /* Only caused by corrupt data stream? */
729 /* Only caused by corrupt data stream? */
778 /* Only caused by corrupt data stream? */
810 Bool corrupt;
821 corrupt = unRLE_obuf_to_output_SMALL ( s ); else
822 corrupt = unRLE_obuf_to_output_FAST ( s );
823 if (corrupt) return BZ_DATA_ERROR;