Home
last modified time | relevance | path

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

/lib/zstd/
Dzstd_internal.h222 const seqStore_t *ZSTD_getSeqStore(const ZSTD_CCtx *ctx);
Dcompress.c141 const seqStore_t *ZSTD_getSeqStore(const ZSTD_CCtx *ctx) /* hidden interface */ { return &(ctx->seq… in ZSTD_getSeqStore() function