NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
decompress_deflate_main.c File Reference
#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"
Include dependency graph for decompress_deflate_main.c:

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)
 

Function Documentation

◆ decompress_deflate()

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()

DOCA_LOG_REGISTER ( DECOMPRESS_DEFLATE::MAIN  )

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 51 of file decompress_deflate_main.c.