VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Enumerations | Functions
lz4frame_static.h File Reference

Go to the source code of this file.

Macros

#define LZ4F_LIST_ERRORS(ITEM)
 
#define LZ4F_DISABLE_OLD_ENUMS   /* comment to enable deprecated enums */
 
#define LZ4F_GENERATE_ENUM(ENUM)   LZ4F_##ENUM,
 

Enumerations

enum  LZ4F_errorCodes { LZ4F_LIST_ERRORS =(LZ4F_GENERATE_ENUM) }
 

Functions

LZ4F_errorCodes LZ4F_getErrorCode (size_t functionResult)
 

Macro Definition Documentation

#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)
#define LZ4F_DISABLE_OLD_ENUMS   /* comment to enable deprecated enums */
#define LZ4F_GENERATE_ENUM (   ENUM)    LZ4F_##ENUM,

Enumeration Type Documentation

Enumerator
LZ4F_LIST_ERRORS 

Function Documentation

LZ4F_errorCodes LZ4F_getErrorCode ( size_t  functionResult)

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)