Searched refs:bzf (Results 1 – 2 of 2) sorted by relevance
1053 if (bzf != NULL) bzf->lastErr = eee; \1088 bzFile* bzf = NULL; in BZ_API() local1101 bzf = malloc ( sizeof(bzFile) ); in BZ_API()1102 if (bzf == NULL) in BZ_API()1106 bzf->initialisedOk = False; in BZ_API()1107 bzf->bufN = 0; in BZ_API()1108 bzf->handle = f; in BZ_API()1109 bzf->writing = True; in BZ_API()1110 bzf->strm.bzalloc = NULL; in BZ_API()1111 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 );