Lines Matching refs:api
9 api : `nbThreads` becomes `nbWorkers` : 1 triggers asynchronous mode
10 api : compression levels can be negative, for even more speed
11 api : ZSTD_getFrameProgression() : get precise progress status of ZSTDMT anytime
12 api : ZSTDMT can accept new compression parameters during compression
13 api : implemented all advanced dictionary decompression prototypes
25 api : fix : support large skippable frames, by @terrelln
26 api : fix : streaming interface was adding a useless 3-bytes null block to small frames
27 api : change : when setting `pledgedSrcSize`, use `ZSTD_CONTENTSIZE_UNKNOWN` macro value to mean "u…
45 api : added macro ZSTD_COMPRESSBOUND() for static allocation
46 api : experimental : new advanced decompression API
47 api : fix : sizeof_CCtx() used to over-estimate