HPCToolkit
compress.h File Reference
#include <stdio.h>
Include dependency graph for compress.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define COMPRESSION_LEVEL_DEFAULT   6
 

Enumerations

enum  compress_e { COMPRESS_OK, COMPRESS_FAIL, COMPRESS_IO_ERROR, COMPRESS_NONE }
 

Functions

enum compress_e compress_deflate (FILE *source, FILE *dest, int level)
 
enum compress_e compress_inflate (FILE *source, FILE *dest)
 

Macro Definition Documentation

◆ COMPRESSION_LEVEL_DEFAULT

#define COMPRESSION_LEVEL_DEFAULT   6

Definition at line 71 of file compress.h.

Enumeration Type Documentation

◆ compress_e

enum compress_e
Enumerator
COMPRESS_OK 
COMPRESS_FAIL 
COMPRESS_IO_ERROR 
COMPRESS_NONE 

Definition at line 73 of file compress.h.

Function Documentation

◆ compress_deflate()

enum compress_e compress_deflate ( FILE *  source,
FILE *  dest,
int  level 
)

Definition at line 78 of file compress_dummy.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ compress_inflate()

enum compress_e compress_inflate ( FILE *  source,
FILE *  dest 
)

Definition at line 102 of file compress_dummy.c.

Here is the call graph for this function:
Here is the caller graph for this function: