Searched refs:uncomp_buf (Results 1 – 1 of 1) sorted by relevance
1918 uint8_t *uncomp_buf; in vmdk_read_extent() local1938 uncomp_buf = g_malloc(cluster_bytes); in vmdk_read_extent()1957 ret = uncompress(uncomp_buf, &buf_len, compressed_data, data_len); in vmdk_read_extent()1968 qemu_iovec_from_buf(qiov, 0, uncomp_buf + offset_in_cluster, bytes); in vmdk_read_extent()1972 g_free(uncomp_buf); in vmdk_read_extent()