Searched refs:HIST_isError (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dhist.h27 * or an error code, which can be tested using HIST_isError().
33 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
H A Dhist.c24 unsigned HIST_isError(size_t code) { return ERR_isError(code); } function
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c7453 * or an error code, which can be tested using HIST_isError().
7459 unsigned HIST_isError(size_t code); /**< tells if a return value is an error code */
8203 unsigned HIST_isError(size_t code) { return ERR_isError(code); } function
[all...]

Completed in 188 milliseconds