Lines Matching refs:BZ_PARAM_ERROR

109 BZE(BZ_PARAM_ERROR) \
240 return BZ_PARAM_ERROR; in BZ_API()
353 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
573 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
575 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
576 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
587 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
602 return BZ_PARAM_ERROR; in BZ_API()
633 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
635 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
636 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
663 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
664 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API()
665 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
974 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
976 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
977 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
1029 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
1031 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
1032 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
1096 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
1139 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
1269 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
1337 { BZ_SETERR(BZ_PARAM_ERROR); return 0; }; in BZ_API()
1393 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
1397 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
1428 return BZ_PARAM_ERROR; in BZ_API()
1478 return BZ_PARAM_ERROR; in BZ_API()