Lines Matching defs:result
95 static int g_displayLevel = 0; /* 0 : no display ; 1: errors ; 2 : + result + interaction + warnings ; 3 : + progression; 4 : + information */
319 * @result : FILE* to `dstFileName`, or NULL if it fails */
339 * @result : FILE* to `dstFileName`, or NULL if it fails */
658 * result : 0 : compression completed correctly
792 int const result = LZ4IO_compressFilename_extRess(ress, srcFileName, dstFileName, compressionLevel, prefs);
806 return result;
1280 int result = 0;
1292 if (decodedSize == DECODING_ERROR) { result=1; break; }
1308 return result;
1317 int result;
1328 result = LZ4IO_decompressSrcFile(ress, input_filename, output_filename, prefs);
1340 return result;
1571 LZ4IO_infoResult result = LZ4IO_format_not_known; /* default result (error) */
1584 result = LZ4IO_format_not_known; /* default result (error) */
1641 result = LZ4IO_LZ4F_OK;
1652 result = LZ4IO_format_not_known;
1662 result = LZ4IO_LZ4F_OK;
1683 result = LZ4IO_LZ4F_OK;
1691 result = LZ4IO_format_not_known;
1696 if (result != LZ4IO_LZ4F_OK) break;
1701 return result;
1707 int result = 0;
1751 return result;