| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include <stdlib.h>#include <string.h>#include <doca_argp.h>#include <doca_compress.h>#include <doca_dev.h>#include <doca_error.h>#include <doca_log.h>#include <utils.h>#include "compress_common.h"
Go to the source code of this file.
Functions | |
| DOCA_LOG_REGISTER (DECOMPRESS_DEFLATE::MAIN) | |
| doca_error_t | decompress_deflate (struct compress_cfg *cfg, char *file_data, size_t file_size) |
| int | main (int argc, char **argv) |
| 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::MAIN | ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 51 of file decompress_deflate_main.c.