Searched refs:uncompressed_buffer (Results 1 – 5 of 5) sorted by relevance
1223 p = uncompressed_buffer; in zip_read_local_file_header()1578 free(zip->uncompressed_buffer); in zipx_xz_init()1581 zip->uncompressed_buffer = in zipx_xz_init()1690 if(!zip->uncompressed_buffer) { in zipx_lzma_alone_init()1692 zip->uncompressed_buffer = in zipx_lzma_alone_init()2003 free(zip->uncompressed_buffer); in zipx_ppmd8_init()2006 zip->uncompressed_buffer = in zipx_ppmd8_init()2132 free(zip->uncompressed_buffer); in zipx_bzip2_init()2135 zip->uncompressed_buffer = in zipx_bzip2_init()2283 zip->uncompressed_buffer = in zipx_zstd_init()[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; member896 free(zip->uncompressed_buffer); in archive_read_format_7zip_cleanup()3066 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()3072 zip->uncompressed_buffer = in extract_pack_stream()3074 if (zip->uncompressed_buffer == NULL) { in extract_pack_stream()3090 zip->uncompressed_buffer; in extract_pack_stream()3103 p = realloc(zip->uncompressed_buffer, new_size); in extract_pack_stream()3109 zip->uncompressed_buffer = (unsigned char *)p; in extract_pack_stream()3116 memmove(zip->uncompressed_buffer, in extract_pack_stream()3117 zip->uncompressed_buffer + used, in extract_pack_stream()[all …]
230 unsigned char *uncompressed_buffer; member1463 if (zisofs->uncompressed_buffer != NULL) in zisofs_read_data()1464 free(zisofs->uncompressed_buffer); in zisofs_read_data()1465 zisofs->uncompressed_buffer = malloc(xsize); in zisofs_read_data()1466 if (zisofs->uncompressed_buffer == NULL) { in zisofs_read_data()1590 memset(zisofs->uncompressed_buffer, 0, in zisofs_read_data()1599 zisofs->stream.next_out = zisofs->uncompressed_buffer; in zisofs_read_data()1620 *buff = zisofs->uncompressed_buffer; in zisofs_read_data()1730 free(iso9660->entry_zisofs.uncompressed_buffer); in archive_read_format_iso9660_cleanup()
304 char *uncompressed_buffer; member1269 zr = uncompress((Bytef *)a->uncompressed_buffer, in hfs_decompress()1278 b = (unsigned char *)a->uncompressed_buffer; in hfs_decompress()1507 if (a->uncompressed_buffer == NULL) { in hfs_write_decmpfs_block()1514 a->uncompressed_buffer = new_block; in hfs_write_decmpfs_block()1556 memcpy(a->uncompressed_buffer + in hfs_write_decmpfs_block()1559 buffer_to_write = a->uncompressed_buffer; in hfs_write_decmpfs_block()2638 free(a->uncompressed_buffer); in _archive_write_disk_free()