Home
last modified time | relevance | path

Searched defs:ERR_isError (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Derror_private.h56 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c591 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function
H A Dzstd_v02.c589 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c810 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() function