Lines Matching refs:END_PROCESS
106 #define END_PROCESS(error, ...) \
375 END_PROCESS(31, "allocation error : not enough memory");
385 END_PROCESS(1, "allocation error - decompression state");
466 if (LZ4_isError(rSize)) END_PROCESS(1, "LZ4 compression failed");
525 END_PROCESS(2, "error during decoding");
674 if (f==NULL) END_PROCESS(10, "impossible to open file %s", fileNamesTable[n]);
681 if (readSize != (size_t)fileSize) END_PROCESS(11, "could not read %s", fileNamesTable[n]);
688 if (totalSize == 0) END_PROCESS(12, "no data to bench");
701 if (!fileSizes) END_PROCESS(12, "not enough memory for fileSizes");
705 if (benchedSize==0) END_PROCESS(12, "not enough memory");
715 if (!srcBuffer) END_PROCESS(12, "not enough memory");
743 if (!srcBuffer) END_PROCESS(21, "not enough memory");
801 END_PROCESS(25, "Dictionary error : could not stat dictionary file");
803 END_PROCESS(26, "Error : LZ4 Frame decoder mode not compatible with dictionary yet");
807 END_PROCESS(25, "Dictionary error : could not open dictionary file");
812 END_PROCESS(25, "Dictionary error : could not seek dictionary file");
818 if (!dictBuf) END_PROCESS(25, "Allocation error : not enough memory");
821 END_PROCESS(25, "Dictionary error : could not read dictionary file");