Lines Matching refs:FSE_isError

62                      if FSE_isError(return), compression failed (more details using FSE_getErrorName())
71 or an error code, which can be tested using FSE_isError() .
87 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */
100 if FSE_isError(return), it's an error code.
144 or an errorCode, which can be tested using FSE_isError() */
156 or an errorCode, which can be tested using FSE_isError(). */
169 @return : 0, or an errorCode, which can be tested using FSE_isError() */
176 or an errorCode, which can be tested using FSE_isError() */
188 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
202 If there is an error (ex: invalid tableLog value), the function will return an ErrorCode (which can be tested using FSE_isError()).
208 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError(); ex : buffer size too small).
213 If there is an error, both functions will return an ErrorCode (which can be tested using FSE_isError()).
219 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
228 or an errorCode, which can be tested using FSE_isError().
249 return : 0, or an errorCode, which can be tested using FSE_isError() */
256 or an errorCode, which can be tested using FSE_isError() */
274 If there is an error, the function will return an error code, which can be tested using FSE_isError().
279 If there is an error, the function will return an error code, which can be tested using FSE_isError().
284 If there is an error, the function will return an error code, which can be tested using FSE_isError(). (ex: dst buffer too small)
405 Note that BIT_initCStream() can produce an error code, so its result should be tested, using FSE_isError();
426 If there is an error, it returns an errorCode (which can be tested using FSE_isError()).