Lines Matching refs:BZ_PARAM_ERROR
208 #define BZ_PARAM_ERROR (-2) macro
4566 return BZ_PARAM_ERROR; in BZ_API()
4815 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4817 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4818 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4829 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
4844 return BZ_PARAM_ERROR; in BZ_API()
4875 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4877 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4878 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4905 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4906 if (small != 0 && small != 1) return BZ_PARAM_ERROR; in BZ_API()
4907 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR; in BZ_API()
5200 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
5202 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
5203 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
5253 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
5255 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
5256 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
5320 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
5363 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5493 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; }; in BZ_API()
5561 { BZ_SETERR(BZ_PARAM_ERROR); return 0; }; in BZ_API()
5617 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5621 { BZ_SETERR(BZ_PARAM_ERROR); return; }; in BZ_API()
5652 return BZ_PARAM_ERROR; in BZ_API()
5702 return BZ_PARAM_ERROR; in BZ_API()