Searched defs:ZSTD_getErrorString (Results 1 – 3 of 3) sorted by relevance
50 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() function
95 #define ZSTD_getErrorString zfs_ZSTD_getErrorString macro