| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <string.h>#include <stdlib.h>#include <time.h>#include <unistd.h>#include <doca_buf.h>#include <doca_buf_inventory.h>#include <doca_ctx.h>#include <doca_compress.h>#include <doca_error.h>#include <doca_log.h>#include "common.h"#include "compress_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (DECOMPRESS_DEFLATE) | |
| doca_error_t | decompress_deflate (struct compress_cfg *cfg, char *file_data, size_t file_size) |
| doca_error_t decompress_deflate | ( | struct compress_cfg * | cfg, |
| char * | file_data, | ||
| size_t | file_size | ||
| ) |
Definition at line 51 of file decompress_deflate_sample.c.
| DOCA_LOG_REGISTER | ( | DECOMPRESS_DEFLATE | ) |