Searched refs:bzf (Results 1 – 2 of 2) sorted by relevance
1073 if (bzf != NULL) bzf->lastErr = eee; \1108 bzFile* bzf = NULL; in BZ_API() local1121 bzf = malloc ( sizeof(bzFile) ); in BZ_API()1122 if (bzf == NULL) in BZ_API()1126 bzf->initialisedOk = False; in BZ_API()1127 bzf->bufN = 0; in BZ_API()1128 bzf->handle = f; in BZ_API()1129 bzf->writing = True; in BZ_API()1130 bzf->strm.bzalloc = NULL; in BZ_API()1131 bzf->strm.bzfree = NULL; in BZ_API()[all …]
256 *nbytes_out_hi32 = bzf->strm.total_out_hi32;259 - BZ2_bzCompressEnd ( &(bzf->strm) );260 + (void) BZ2_bzCompressEnd ( &(bzf->strm) );261 free ( bzf );267 if (bzf->initialisedOk)268 - (void)BZ2_bzDecompressEnd ( &(bzf->strm) );269 + (void) BZ2_bzDecompressEnd ( &(bzf->strm) );270 free ( bzf );