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

/external/bzip2/
H A Dbzlib.c889 if (bzf != NULL) bzf->lastErr = eee; \
899 Int32 lastErr; member in struct:__anon1462
1045 if ((!abandon) && bzf->lastErr == BZ_OK) {
1230 if (bzf->lastErr != BZ_STREAM_END)
1481 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
1561 int err = ((bzFile *)b)->lastErr;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c5224 if (bzf != NULL) bzf->lastErr = eee; \
5234 Int32 lastErr; member in struct:__anon13457
5380 if ((!abandon) && bzf->lastErr == BZ_OK) {
5565 if (bzf->lastErr != BZ_STREAM_END)
5817 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
5896 int err = ((bzFile *)b)->lastErr;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c5248 if (bzf != NULL) bzf->lastErr = eee; \
5258 Int32 lastErr; member in struct:__anon13911
5404 if ((!abandon) && bzf->lastErr == BZ_OK) {
5589 if (bzf->lastErr != BZ_STREAM_END)
5841 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
5920 int err = ((bzFile *)b)->lastErr;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c5239 if (bzf != NULL) bzf->lastErr = eee; \
5249 Int32 lastErr; member in struct:__anon14104
5395 if ((!abandon) && bzf->lastErr == BZ_OK) {
5580 if (bzf->lastErr != BZ_STREAM_END)
5833 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
5912 int err = ((bzFile *)b)->lastErr;
H A Dvarinfo6.c5277 if (bzf != NULL) bzf->lastErr = eee; \
5287 Int32 lastErr; member in struct:__anon14134
5433 if ((!abandon) && bzf->lastErr == BZ_OK) {
5618 if (bzf->lastErr != BZ_STREAM_END)
5870 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
5949 int err = ((bzFile *)b)->lastErr;
/external/valgrind/main/perf/
H A Dbz2.c5239 if (bzf != NULL) bzf->lastErr = eee; \
5249 Int32 lastErr; member in struct:__anon14222
5395 if ((!abandon) && bzf->lastErr == BZ_OK) {
5580 if (bzf->lastErr != BZ_STREAM_END)
5832 if (((bzFile*)b)->lastErr == BZ_STREAM_END) return 0;
5911 int err = ((bzFile *)b)->lastErr;

Completed in 248 milliseconds