HomeSort by: relevance | last modified time | path
    Searched refs:ZSTDv06_isError (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v06.h 41 or an errorCode if it fails (which can be tested using ZSTDv06_isError()) */
64 ZSTDLIBv06_API unsigned ZSTDv06_isError(size_t code); /*!< tells if a `size_t` function result is an error code */
zstd_v06.c 304 errorCode, which can be tested using ZSTDv06_isError()
2658 /*! ZSTDv06_isError() :
2660 unsigned ZSTDv06_isError(size_t code) { return ERR_isError(code); }
2731 #define ZSTDv06_isError ERR_isError /* for inlining */
2923 * or an error code, which can be tested using ZSTDv06_isError() */
2953 * @return : 0 if success, or an error code, which can be tested using ZSTDv06_isError() */
3130 or an error code if it fails, testable with ZSTDv06_isError()
3197 if (ZSTDv06_isError(bhSize)) return ERROR(corruption_detected);
3201 if (ZSTDv06_isError(bhSize)) return ERROR(corruption_detected);
3205 if (ZSTDv06_isError(bhSize)) return ERROR(corruption_detected)
    [all...]

Completed in 34 milliseconds