Lines Matching refs:BZ_PARAM_ERROR
177 #define BZ_PARAM_ERROR (-2) macro
4537 return BZ_PARAM_ERROR; in BZ_API()
4786 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4788 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4789 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4800 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
4815 return BZ_PARAM_ERROR; in BZ_API()
4846 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4848 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4849 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4876 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4877 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API()
4878 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
5171 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
5173 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
5174 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
5224 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
5226 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
5227 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
5291 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
5334 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5464 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
5532 { BZ_SETERR(BZ_PARAM_ERROR); return 0; }; in BZ_API()
5588 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5592 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5623 return BZ_PARAM_ERROR; in BZ_API()
5673 return BZ_PARAM_ERROR; in BZ_API()