Home
last modified time | relevance | path

Searched refs:ZSTD_resetCStream (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dzstd.h577 * ZSTD_resetCStream() - reset the context using parameters from creation
587 size_t ZSTD_resetCStream(ZSTD_CStream *zcs, unsigned long long pledgedSrcSize);
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h2258 /*! ZSTD_resetCStream() :
2262 * Note: ZSTD_resetCStream() interprets pledgedSrcSize == 0 as ZSTD_CONTENTSIZE_UNKNOWN, but
2268 * Note that zcs must be init at least once before using ZSTD_resetCStream().
2277 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pledgedSrcSize);
/kernel/linux/linux-5.10/lib/zstd/
H A Dcompress.c3047 size_t ZSTD_resetCStream(ZSTD_CStream *zcs, unsigned long long pledgedSrcSize) in ZSTD_resetCStream() function
3461 EXPORT_SYMBOL(ZSTD_resetCStream); variable
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress.c5077 /* ZSTD_resetCStream():
5079 size_t ZSTD_resetCStream(ZSTD_CStream* zcs, unsigned long long pss) in ZSTD_resetCStream() function
5086 DEBUGLOG(4, "ZSTD_resetCStream: pledgedSrcSize = %u", (unsigned)pledgedSrcSize); in ZSTD_resetCStream()

Completed in 29 milliseconds