Home
last modified time | relevance | path

Searched refs:ZSTD_CStream (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/include/linux/
Dzstd.h527 typedef struct ZSTD_CStream_s ZSTD_CStream; typedef
545 ZSTD_CStream *ZSTD_initCStream(ZSTD_parameters params,
561 ZSTD_CStream *ZSTD_initCStream_usingCDict(const ZSTD_CDict *cdict,
577 size_t ZSTD_resetCStream(ZSTD_CStream *zcs, unsigned long long pledgedSrcSize);
595 size_t ZSTD_compressStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output,
610 size_t ZSTD_flushStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output);
623 size_t ZSTD_endStream(ZSTD_CStream *zcs, ZSTD_outBuffer *output);
/external/u-boot/lib/zstd/
Dzstd_internal.h250 size_t ZSTD_freeCStream(ZSTD_CStream *zcs);