Lines Matching refs:EXM_THROW
281 if (!ret) EXM_THROW(21, "Allocation error : not enough memory");
317 if (!ret) EXM_THROW(21, "Allocation error : not enough memory");
394 EXM_THROW(1, "Adaptive mode is not compatible with single thread mode \n");
404 EXM_THROW(1, "Rsyncable mode is not compatible with single thread mode \n");
620 EXM_THROW(40, "%s is unexpectedly categorized as a regular file",
689 EXM_THROW(31, "Stat failed on dictionary file %s: %s", fileName, strerror(errno));
693 EXM_THROW(32, "Dictionary %s must be a regular file.", fileName);
719 EXM_THROW(33, "Couldn't open dictionary %s: %s", fileName, strerror(errno));
726 EXM_THROW(34, "Dictionary file %s is too large (> %u bytes)",
731 if (*bufferPtr==NULL) EXM_THROW(34, "%s", strerror(errno));
734 EXM_THROW(35, "Error reading dictionary file %s : %s",
766 EXM_THROW(33, "Couldn't open dictionary %s: %s", fileName, strerror(errno));
773 EXM_THROW(34, "Dictionary file %s is too large (> %u bytes)",
779 if (*bufferPtr==NULL) EXM_THROW(34, "%s", strerror(errno));
809 EXM_THROW(33, "Couldn't open dictionary %s: %s", fileName, strerror(errno));
816 EXM_THROW(34, "Dictionary file %s is too large (> %u bytes)",
823 EXM_THROW(35, "Couldn't map dictionary %s: %s", fileName, strerror(errno));
827 if (*bufferPtr==NULL) EXM_THROW(36, "%s", strerror(errno));
936 EXM_THROW(30, "zstd: FIO_createFilename_fromOutDir: %s", strerror(errno));
970 EXM_THROW(42, "Using --patch-from with stdin requires --stream-size");
973 EXM_THROW(42, "Can't handle files larger than %u GB\n", maxWindowSize/(1 GB));
998 EXM_THROW
1006 EXM_THROW(43, "Test mode shall not remove input files! "
1124 EXM_THROW(30, "allocation error (%s): can't create ZSTD_CCtx",
1146 EXM_THROW(32, "allocation error : can't create dictBuffer");
1233 EXM_THROW(71, "zstd: %s: deflateInit2 error %d \n", srcFileName, ret);
1259 EXM_THROW(72, "zstd: %s: deflate error %d \n", srcFileName, ret);
1292 EXM_THROW(77, "zstd: %s: deflate error %d \n", srcFileName, ret);
1297 EXM_THROW(79, "zstd: %s: deflateEnd error %d \n", srcFileName, ret);
1325 EXM_THROW(81, "zstd: %s: lzma_lzma_preset error", srcFileName);
1328 EXM_THROW(82, "zstd: %s: lzma_alone_encoder error %d", srcFileName, ret);
1332 EXM_THROW(83, "zstd: %s: lzma_easy_encoder error %d", srcFileName, ret);
1358 EXM_THROW(84, "zstd: %s: lzma_code encoding error %d", srcFileName, ret);
1413 EXM_THROW(31, "zstd: failed to create lz4 compression context");
1433 EXM_THROW(33, "File header generation failed : %s",
1448 EXM_THROW(35, "zstd: %s: lz4 compression failed : %s",
1473 EXM_THROW(38, "zstd: %s: lz4 end of file generation failed : %s",
1717 EXM_THROW(27, "Read error : Incomplete read : %llu / %llu B",
1758 EXM_THROW(20, "zstd: %s: file cannot be compressed as gzip (zstd compiled without ZSTD_GZCOMPRESS) -- ignored \n",
1769 EXM_THROW(20, "zstd: %s: file cannot be compressed as xz/lzma (zstd compiled without ZSTD_LZMACOMPRESS) -- ignored \n",
1779 EXM_THROW(20, "zstd: %s: file cannot be compressed as lz4 (zstd compiled without ZSTD_LZ4COMPRESS) -- ignored \n",
2091 EXM_THROW(1, "zstd: %s: %s", srcFileName, strerror(errno));
2185 EXM_THROW(30, "zstd: %s", strerror(errno));
2251 EXM_THROW(29, "Write error (%s) : cannot properly close %s",
2342 EXM_THROW(60, "Error: %s : can't create ZSTD_DStream", strerror(errno));
3057 EXM_THROW(74, "%s : not enough memory for dstFileName",
3098 if (dstFile == 0) EXM_THROW(19, "cannot open %s", outFileName);
3107 EXM_THROW(72, "Write error : %s : cannot properly close output file",