Searched refs:ZSTD_defaultCLevel (Results 1 – 3 of 3) sorted by relevance
71 return ZSTD_defaultCLevel(); in zstd_default_clevel()
177 ZSTDLIB_API int ZSTD_defaultCLevel(void); /*!< default compression level, specifi…
5990 int ZSTD_defaultCLevel(void) { return ZSTD_CLEVEL_DEFAULT; } in ZSTD_defaultCLevel() function