Macros | Enumerations | Functions
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_GENERATE_ENUM(ENUM)   LZ4F_##ENUM,
 
#define LZ4F_LIST_ERRORS(ITEM)
 

Enumerations

enum  LZ4F_errorCodes { LZ4F_LIST_ERRORS =(LZ4F_GENERATE_ENUM) }
 

Functions

LZ4F_errorCodes LZ4F_getErrorCode (size_t functionResult)
 

Macro Definition Documentation

#define LZ4F_GENERATE_ENUM (   ENUM)    LZ4F_##ENUM,

Definition at line 77 of file lz4frame_static.h.

#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_frameDecoding_alreadyStarted) \
ITEM(ERROR_maxCode)

Definition at line 54 of file lz4frame_static.h.

Enumeration Type Documentation

Enumerator
LZ4F_LIST_ERRORS 

Definition at line 80 of file lz4frame_static.h.

Function Documentation

LZ4F_errorCodes LZ4F_getErrorCode ( size_t  functionResult)

Definition at line 204 of file lz4frame.c.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:27