Searched refs:uncompressed_buffer (Results 1 – 5 of 5) sorted by relevance
1508 free(zip->uncompressed_buffer); in zipx_xz_init()1511 zip->uncompressed_buffer = in zipx_xz_init()1619 if(!zip->uncompressed_buffer) { in zipx_lzma_alone_init()1621 zip->uncompressed_buffer = in zipx_lzma_alone_init()1733 *buff = zip->uncompressed_buffer; in zip_read_data_zipx_xz()1915 free(zip->uncompressed_buffer); in zipx_ppmd8_init()1918 zip->uncompressed_buffer = in zipx_ppmd8_init()2044 free(zip->uncompressed_buffer); in zipx_bzip2_init()2047 zip->uncompressed_buffer = in zipx_bzip2_init()2205 zip->uncompressed_buffer in zip_read_data_deflate()[all …]
290 unsigned char *uncompressed_buffer; member1410 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_deflate()1412 cab->uncompressed_buffer in cab_read_ahead_cfdata_deflate()1414 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_deflate()1424 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate()1589 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_deflate()1639 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_lzx()1641 cab->uncompressed_buffer in cab_read_ahead_cfdata_lzx()1643 if (cab->uncompressed_buffer == NULL) { in cab_read_ahead_cfdata_lzx()1744 d = cab->uncompressed_buffer + cfdata->read_offset; in cab_read_ahead_cfdata_lzx()[all …]
241 unsigned char *uncompressed_buffer; member891 free(zip->uncompressed_buffer); in archive_read_format_7zip_cleanup()3038 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()3044 zip->uncompressed_buffer = in extract_pack_stream()3046 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()3062 zip->uncompressed_buffer; in extract_pack_stream()3075 p = realloc(zip->uncompressed_buffer, new_size); in extract_pack_stream()3081 zip->uncompressed_buffer = (unsigned char *)p; in extract_pack_stream()3088 memmove(zip->uncompressed_buffer, in extract_pack_stream()3089 zip->uncompressed_buffer + used, in extract_pack_stream()[all …]
230 unsigned char *uncompressed_buffer; member1462 if (zisofs->uncompressed_buffer != NULL) in zisofs_read_data()1463 free(zisofs->uncompressed_buffer); in zisofs_read_data()1464 zisofs->uncompressed_buffer = malloc(xsize); in zisofs_read_data()1465 if (zisofs->uncompressed_buffer == NULL) { in zisofs_read_data()1589 memset(zisofs->uncompressed_buffer, 0, in zisofs_read_data()1598 zisofs->stream.next_out = zisofs->uncompressed_buffer; in zisofs_read_data()1619 *buff = zisofs->uncompressed_buffer; in zisofs_read_data()1729 free(iso9660->entry_zisofs.uncompressed_buffer); in archive_read_format_iso9660_cleanup()
301 char *uncompressed_buffer; member1201 zr = uncompress((Bytef *)a->uncompressed_buffer, in hfs_decompress()1210 b = (unsigned char *)a->uncompressed_buffer; in hfs_decompress()1439 if (a->uncompressed_buffer == NULL) { in hfs_write_decmpfs_block()1446 a->uncompressed_buffer = new_block; in hfs_write_decmpfs_block()1488 memcpy(a->uncompressed_buffer + in hfs_write_decmpfs_block()1491 buffer_to_write = a->uncompressed_buffer; in hfs_write_decmpfs_block()2459 free(a->uncompressed_buffer); in _archive_write_disk_free()