Searched refs:uncompressed_data_buffer (Results 1 – 1 of 1) sorted by relevance
7066 unsigned char *uncompressed_data_buffer = NULL; in decompress_section() local7079 uncompressed_data_buffer = malloc(uncompressed_size); in decompress_section()7098 strm.next_out = uncompressed_data_buffer + inflated_size; in decompress_section()7112 *ret_buf = uncompressed_data_buffer; in decompress_section()7121 free(uncompressed_data_buffer); in decompress_section()