Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4F_isError

192 unsigned LZ4F_isError(LZ4F_errorCode_t code)
200 if (LZ4F_isError(code)) return LZ4F_errorStrings[-(int)(code)];
206 if (!LZ4F_isError(functionResult)) return LZ4F_OK_NoError;
307 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
348 if (LZ4F_isError(headerSize)) return headerSize;
352 if (LZ4F_isError(cSize)) return cSize;
356 if (LZ4F_isError(tailSize)) return tailSize;
410 * or an error code (can be tested using LZ4F_isError())
560 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
655 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
692 * The function outputs an error code if it fails (can be tested using LZ4F_isError())
702 if (LZ4F_isError(flushSize)) return flushSize;
796 * or an error code, which can be tested using LZ4F_isError()
823 or an error code (testable with LZ4F_isError())
934 * or an error code which can be tested using LZ4F_isError().
948 if (LZ4F_isError(hSize)) { *srcSizePtr=0; return hSize; }
1042 * If decompression failed, @return is an error code which can be tested using LZ4F_isError().
1076 if (LZ4F_isError(hSize)) return hSize;
1097 if (LZ4F_isError(hSize)) return hSize;