Home
last modified time | relevance | path

Searched refs:BZ_PARAM_ERROR (Results 1 – 7 of 7) sorted by relevance

/external/bzip2/
Dbzlib.c162 return BZ_PARAM_ERROR; in BZ_API()
411 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
413 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
414 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
425 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
440 return BZ_PARAM_ERROR; in BZ_API()
471 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
473 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
474 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
501 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
[all …]
Dbzlib.h39 #define BZ_PARAM_ERROR (-2) macro
/external/valgrind/main/VEX/switchback/
Dtest_bzip2.c154 #define BZ_PARAM_ERROR (-2) macro
4513 return BZ_PARAM_ERROR; in BZ_API()
4762 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4764 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4765 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4776 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
4791 return BZ_PARAM_ERROR; in BZ_API()
4822 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4824 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4825 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
[all …]
/external/valgrind/main/exp-sgcheck/tests/
Dhackedbz2.c177 #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()
[all …]
/external/valgrind/main/memcheck/tests/
Dorigin5-bz2.c170 #define BZ_PARAM_ERROR (-2) macro
4528 return BZ_PARAM_ERROR; in BZ_API()
4778 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4780 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4781 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4791 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
4806 return BZ_PARAM_ERROR; in BZ_API()
4837 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4839 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4840 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
[all …]
Dvarinfo6.c208 #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()
[all …]
/external/valgrind/main/perf/
Dbz2.c170 #define BZ_PARAM_ERROR (-2) macro
4528 return BZ_PARAM_ERROR; in BZ_API()
4777 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4779 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4780 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
4791 return progress ? BZ_RUN_OK : BZ_PARAM_ERROR; in BZ_API()
4806 return BZ_PARAM_ERROR; in BZ_API()
4837 if (strm == NULL) return BZ_PARAM_ERROR; in BZ_API()
4839 if (s == NULL) return BZ_PARAM_ERROR; in BZ_API()
4840 if (s->strm != strm) return BZ_PARAM_ERROR; in BZ_API()
[all …]