Searched refs:uncompressed_data (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c461 uint8_t *uncompressed_data = NULL; local in function:parse_and_validate_cache_item
513 uncompressed_data = malloc(cf_data->uncompressed_size);
514 if (!util_compress_inflate(data, cache_data_size, uncompressed_data,
521 return uncompressed_data;
524 if (uncompressed_data)
525 free(uncompressed_data);
552 uint8_t *uncompressed_data = local in function:disk_cache_load_item
554 if (!uncompressed_data)
561 return uncompressed_data;
880 uint8_t *uncompressed_data local in function:disk_cache_load_item_foz
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c1093 uint8_t *uncompressed_data = NULL; local in function:disk_cache_get
1194 uncompressed_data = malloc(cf_data.uncompressed_size);
1195 if (!inflate_cache_data(data, cache_data_size, uncompressed_data,
1200 if (cf_data.crc32 != util_hash_crc32(uncompressed_data,
1212 return uncompressed_data;
1217 if (uncompressed_data)
1218 free(uncompressed_data);

Completed in 5 milliseconds