Home | History | Annotate | Download | only in bzip2

Lines Matching refs:lastErr

889    if (bzf != NULL) bzf->lastErr = eee;   \
899 Int32 lastErr;
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;