ROOTANA
Macros | Enumerations
lz4frame_static.h File Reference
#include "lz4frame.h"
Include dependency graph for lz4frame_static.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LZ4F_LIST_ERRORS(ITEM)
 
#define LZ4F_GENERATE_ENUM(ENUM)   LZ4F_##ENUM, ENUM = LZ4F_##ENUM,
 

Enumerations

enum  LZ4F_errorCodes { LZ4F_LIST_ERRORS =(LZ4F_GENERATE_ENUM) , LZ4F_LIST_ERRORS =(LZ4F_GENERATE_ENUM) }
 

Macro Definition Documentation

◆ LZ4F_GENERATE_ENUM

#define LZ4F_GENERATE_ENUM (   ENUM)    LZ4F_##ENUM, ENUM = LZ4F_##ENUM,

Definition at line 72 of file lz4frame_static.h.

◆ LZ4F_LIST_ERRORS

#define LZ4F_LIST_ERRORS (   ITEM)
Value:
ITEM(OK_NoError) ITEM(ERROR_GENERIC) \
ITEM(ERROR_maxBlockSize_invalid) ITEM(ERROR_blockMode_invalid) ITEM(ERROR_contentChecksumFlag_invalid) \
ITEM(ERROR_compressionLevel_invalid) \
ITEM(ERROR_headerVersion_wrong) ITEM(ERROR_blockChecksum_unsupported) ITEM(ERROR_reservedFlag_set) \
ITEM(ERROR_allocation_failed) \
ITEM(ERROR_srcSize_tooLarge) ITEM(ERROR_dstMaxSize_tooSmall) \
ITEM(ERROR_frameHeader_incomplete) ITEM(ERROR_frameType_unknown) ITEM(ERROR_frameSize_wrong) \
ITEM(ERROR_srcPtr_wrong) \
ITEM(ERROR_decompressionFailed) \
ITEM(ERROR_headerChecksum_invalid) ITEM(ERROR_contentChecksum_invalid) \
ITEM(ERROR_maxCode)

Definition at line 57 of file lz4frame_static.h.

Enumeration Type Documentation

◆ LZ4F_errorCodes

Enumerator
LZ4F_LIST_ERRORS 
LZ4F_LIST_ERRORS 

Definition at line 76 of file lz4frame_static.h.