Searched refs:LZ4IO_format_not_known (Results 1 – 1 of 1) sorted by relevance
1442 typedef enum { LZ4IO_LZ4F_OK, LZ4IO_format_not_known, LZ4IO_not_a_file } LZ4IO_infoResult; enumerator1571 LZ4IO_infoResult result = LZ4IO_format_not_known; /* default result (error) */ in LZ4IO_getCompressedFileInfo()1584 result = LZ4IO_format_not_known; /* default result (error) */ in LZ4IO_getCompressedFileInfo()1652 result = LZ4IO_format_not_known; in LZ4IO_getCompressedFileInfo()1691 result = LZ4IO_format_not_known; in LZ4IO_getCompressedFileInfo()1726 assert(op_result == LZ4IO_format_not_known); in LZ4IO_displayCompressedFilesInfo()