Searched refs:ZSTD_IOBUF_SIZE (Results 1 – 1 of 1) sorted by relevance
86 #define ZSTD_IOBUF_SIZE (1 << 17) macro203 in_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()214 in_len = fill(in_buf, ZSTD_IOBUF_SIZE); in __unzstd()226 out_allocated = large_malloc(ZSTD_IOBUF_SIZE); in __unzstd()233 out_len = ZSTD_IOBUF_SIZE; in __unzstd()291 in_len = fill ? fill(in_buf, ZSTD_IOBUF_SIZE) : -1; in __unzstd()