Searched refs:bzip_info (Results 1 – 1 of 1) sorted by relevance
441 bzip_info; in ReadMIFFImage() local1372 (void) memset(&bzip_info,0,sizeof(bzip_info)); in ReadMIFFImage()1388 bzip_info.bzalloc=AcquireBZIPMemory; in ReadMIFFImage()1389 bzip_info.bzfree=RelinquishBZIPMemory; in ReadMIFFImage()1390 bzip_info.opaque=(void *) image; in ReadMIFFImage()1391 code=BZ2_bzDecompressInit(&bzip_info,(int) image_info->verbose, in ReadMIFFImage()1457 bzip_info.next_out=(char *) pixels; in ReadMIFFImage()1458 bzip_info.avail_out=(unsigned int) (packet_size*image->columns); in ReadMIFFImage()1464 if (bzip_info.avail_in == 0) in ReadMIFFImage()1466 bzip_info.next_in=(char *) compress_pixels; in ReadMIFFImage()[all …]