Searched defs: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/main/VEX/switchback/
H A Dtest_bzip2.c5221 #define BZ_SETERR(eee) \ macro
5261 BZ_SETERR(BZ_OK);
5267 { BZ_SETERR(BZ_PARAM_ERROR); return NULL; };
5270 { BZ_SETERR(BZ_IO_ERROR); return NULL; };
5274 { BZ_SETERR(BZ_MEM_ERROR); return NULL; };
5276 BZ_SETERR(BZ_OK);
5289 { BZ_SETERR(ret); free(bzf); return NULL; };
5308 BZ_SETERR(BZ_OK);
5310 { BZ_SETERR(BZ_PARAM_ERROR); return; };
5312 { BZ_SETERR(BZ_SEQUENCE_ERRO
[all...]
/external/valgrind/main/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/main/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/main/perf/
H A Dbz2.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...]

Completed in 123 milliseconds