Searched refs:max_buf (Results 1 – 2 of 2) sorted by relevance
469 size_t max_buf = util_compress_max_compressed_len(size); in blob_put_compressed() local470 struct blob_cache_entry *entry = malloc(max_buf + sizeof(*entry)); in blob_put_compressed()478 util_compress_deflate(data, size, entry->compressed_data, max_buf); in blob_put_compressed()
659 size_t max_buf = util_compress_max_compressed_len(dc_job->size); in create_cache_item_header_and_blob() local667 compressed_data = malloc(max_buf); in create_cache_item_header_and_blob()672 compressed_data, max_buf); in create_cache_item_header_and_blob()