Searched refs:uncompressed_data_buffer (Results 1 – 1 of 1) sorted by relevance
7018 unsigned char *uncompressed_data_buffer = NULL; in decompress_section() local7031 uncompressed_data_buffer = malloc(uncompressed_size); in decompress_section()7050 strm.next_out = uncompressed_data_buffer + inflated_size; in decompress_section()7064 *ret_buf = uncompressed_data_buffer; in decompress_section()7073 free(uncompressed_data_buffer); in decompress_section()