Go to the documentation of this file.
39 #if defined (__cplusplus)
50 #define LZ4F_LIST_ERRORS(ITEM) \
51 ITEM(OK_NoError) ITEM(ERROR_GENERIC) \
52 ITEM(ERROR_maxBlockSize_invalid) ITEM(ERROR_blockMode_invalid) ITEM(ERROR_contentChecksumFlag_invalid) \
53 ITEM(ERROR_compressionLevel_invalid) \
54 ITEM(ERROR_allocation_failed) \
55 ITEM(ERROR_srcSize_tooLarge) ITEM(ERROR_dstMaxSize_tooSmall) \
56 ITEM(ERROR_decompressionFailed) \
57 ITEM(ERROR_checksum_invalid) \
60 #define LZ4F_GENERATE_ENUM(ENUM) ENUM,
70 #if defined (__cplusplus)