H A D | compress.c | 56 const BYTE *dictBase; /* extDict indexes relative to this position */ 57 U32 dictLimit; /* below that point, need extDict */ 336 * do not use with extDict variant ! */ 1561 static U32 ZSTD_insertBt1(ZSTD_CCtx *zc, const BYTE *const ip, const U32 mls, const BYTE *const iend, U32 nbCompares, U32 extDict) in ZSTD_insertBt1() argument 1592 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) { in ZSTD_insertBt1() 1644 U32 extDict) in ZSTD_insertBtAndFindBestMatch() 1675 if ((!extDict) || (matchIndex + matchLength >= dictLimit)) { in ZSTD_insertBtAndFindBestMatch() 1794 Assumption : always within prefix (i.e. not within extDict) */ 1821 const U32 extDict) in ZSTD_HcFindBestMatch_generic() 1843 if ((!extDict) || matchInde in ZSTD_HcFindBestMatch_generic() 1643 ZSTD_insertBtAndFindBestMatch(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iend, size_t *offsetPtr, U32 nbCompares, const U32 mls, U32 extDict) ZSTD_insertBtAndFindBestMatch() argument 1819 ZSTD_HcFindBestMatch_generic(ZSTD_CCtx *zc, const BYTE *const ip, const BYTE *const iLimit, size_t *offsetPtr, const U32 maxNbAttempts, const U32 mls, const U32 extDict) ZSTD_HcFindBestMatch_generic() argument 2322 ZSTD_selectBlockCompressor(ZSTD_strategy strat, int extDict) ZSTD_selectBlockCompressor() argument [all...] |