Lines Matching refs:FSE_isError
72 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */
106 or an errorCode, which can be tested using FSE_isError() */
117 or an errorCode, which can be tested using FSE_isError(). */
128 or an errorCode, which can be tested using FSE_isError() */
140 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
154 If there is an error (ex: invalid tableLog value), the function will return an ErrorCode (which can be tested using FSE_isError()).
160 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError(); ex : buffer size too small).
165 If there is an error, both functions will return an ErrorCode (which can be tested using FSE_isError()).
171 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
179 or an errorCode, which can be tested using FSE_isError().
189 return : 0, or an errorCode, which can be tested using FSE_isError() */
196 or an errorCode, which can be tested using FSE_isError() */
214 If there is an error, the function will return an error code, which can be tested using FSE_isError().
219 If there is an error, the function will return an error code, which can be tested using FSE_isError().
224 If there is an error, the function will return an error code, which can be tested using FSE_isError(). (ex: dst buffer too small)
325 Note that BIT_initCStream() can produce an error code, so its result should be tested, using FSE_isError();
346 If there is an error, it returns an errorCode (which can be tested using FSE_isError()).