#include "util.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <assert.h>
#include "lz4frame.h"
#include "lz4.h"
#include "xxhash.h"
◆ DEBUG
◆ DEBUGOUTPUT
#define DEBUGOUTPUT |
( |
| ... | ) |
|
Value:
#define DISPLAY(...)
Definition checkFrame.c:65
#define DEBUG
Definition checkFrame.c:72
◆ DISPLAY
Value:fprintf(stderr, __VA_ARGS__)
◆ DISPLAYLEVEL
#define DISPLAYLEVEL |
( |
| l, |
|
|
| ... ) |
Value:if (displayLevel>=l) {
DISPLAY(__VA_ARGS__); }
◆ EXM_THROW
#define EXM_THROW |
( |
| error, |
|
|
| ... ) |
Value:do { \
DEBUGOUTPUT("Error defined at %s, line %i : \n", __FILE__, __LINE__); \
DISPLAYLEVEL(1,
"Error %i : ",
error); \
DISPLAYLEVEL(1, __VA_ARGS__); \
DISPLAYLEVEL(1, " \n"); \
} while (0)
void error(char *msg) const
Definition minigzip.c:356
◆ GB
◆ KB
◆ LZ4F_STATIC_LINKING_ONLY
#define LZ4F_STATIC_LINKING_ONLY |
◆ MAX
Value:( (
a) > (
b) ? (
a) : (
b) )
#define b(i)
Definition sha256.c:42
#define a(i)
Definition sha256.c:41
◆ MB
◆ MIN
Value:( (
a) < (
b) ? (
a) : (
b) )
◆ XXH_STATIC_LINKING_ONLY
#define XXH_STATIC_LINKING_ONLY |
◆ frameCheck()
int frameCheck |
( |
cRess_t | ress, |
|
|
FILE *const | srcFile, |
|
|
unsigned | bsid, |
|
|
size_t | blockSize ) |
◆ FUZ_usage()
int FUZ_usage |
( |
const char * | programName | ) |
|
◆ main()