Searched refs:BZ_SETERR (Results 1 - 6 of 6) sorted by relevance

/external/bzip2/
H A Dbzlib.c886 #define BZ_SETERR(eee) \ macro
926 BZ_SETERR(BZ_OK);
932 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
935 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
939 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
941 BZ_SETERR(BZ_OK);
954 { BZ_SETERR(ret); free(bzf); return NULL; };
973 BZ_SETERR(BZ_OK);
975 { BZ_SETERR(BZ_PARAM_ERROR); return; };
977 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
/external/valgrind/VEX/switchback/
H A Dtest_bzip2.c5219 #define BZ_SETERR(eee) \ macro
5259 BZ_SETERR(BZ_OK);
5265 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5268 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5272 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5274 BZ_SETERR(BZ_OK);
5287 { BZ_SETERR(ret); free(bzf); return NULL; };
5306 BZ_SETERR(BZ_OK);
5308 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5310 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
/external/valgrind/exp-sgcheck/tests/
H A Dhackedbz2.c5245 #define BZ_SETERR(eee) \ macro
5285 BZ_SETERR(BZ_OK);
5291 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5294 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5298 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5300 BZ_SETERR(BZ_OK);
5313 { BZ_SETERR(ret); free(bzf); return NULL; };
5332 BZ_SETERR(BZ_OK);
5334 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5336 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
/external/valgrind/memcheck/tests/
H A Dorigin5-bz2.c5236 #define BZ_SETERR(eee) \ macro
5276 BZ_SETERR(BZ_OK);
5282 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5285 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5289 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5291 BZ_SETERR(BZ_OK);
5304 { BZ_SETERR(ret); free(bzf); return NULL; };
5323 BZ_SETERR(BZ_OK);
5325 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5327 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
H A Dvarinfo6.c5274 #define BZ_SETERR(eee) \ macro
5314 BZ_SETERR(BZ_OK);
5320 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5323 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5327 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5329 BZ_SETERR(BZ_OK);
5342 { BZ_SETERR(ret); free(bzf); return NULL; };
5361 BZ_SETERR(BZ_OK);
5363 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5365 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
/external/valgrind/perf/
H A Dbz2.c5234 #define BZ_SETERR(eee) \ macro
5274 BZ_SETERR(BZ_OK);
5280 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5283 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5287 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5289 BZ_SETERR(BZ_OK);
5302 { BZ_SETERR(ret); free(bzf); return NULL; };
5321 BZ_SETERR(BZ_OK);
5323 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5325 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]

Completed in 148 milliseconds